{
  "issueNumber": 69,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/69",
  "issueTitle": "SUNDAY: Spain",
  "scanTitle": "Spain",
  "submittedBy": "mgifford",
  "engines": [
    "axe",
    "qualweb"
  ],
  "scannedAt": "2026-05-10T02:16:53.002Z",
  "totalElapsedMs": 1638882,
  "totalSubmitted": 100,
  "acceptedCount": 100,
  "scannedCount": 100,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 111617,
    "failed": 934,
    "cantTell": 837,
    "inapplicable": 4186
  },
  "equalAccessTotals": {
    "passed": 0,
    "failed": 0,
    "uniqueFailed": 0,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "accesslintTotals": {
    "passed": 0,
    "failed": 0,
    "uniqueFailed": 0,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "qualwebTotals": {
    "passed": 59313,
    "failed": 2363,
    "cantTell": 15058,
    "inapplicable": 100
  },
  "duplicateFindingTotals": 2121,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 0,
  "highContrastUrlCount": 0,
  "forcedColorsUrlCount": 0,
  "reducedTransparencyUrlCount": 0,
  "results": [
    {
      "submittedUrl": "https://administracion.gob.es/",
      "finalUrl": "https://administracion.gob.es/",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Administracion.gob.es - Punto de Acceso General",
      "elapsedMs": 20488,
      "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": 1782,
          "failed": 30,
          "cantTell": 24,
          "inapplicable": 37
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-input-field-name",
          "aria-required-children",
          "aria-toggle-field-name",
          "heading-order",
          "image-alt",
          "label-title-only",
          "listitem",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-toggle-field-name",
          "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",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2c8086ea00d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-94171a25"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7314fa097f5b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-73e5a6b8"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29721eb15bac",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-22267b0a"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#ui-id-1",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicios ELECTRÓNICOS frecuentes</a>",
            "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": "6680eca03e65",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-59e026ec"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "246feef76ea8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d834057e"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e5094416324",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-64b1a086"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cce251372b94",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28a63ca1"
          },
          {
            "rule": "aria-input-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".ppg-slick--type1 > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 30000px; transform: translate3d(0px, 0px, 0px);\">",
            "message": "ARIA input fields must 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": "d1c72b04d9a4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8285365d"
          },
          {
            "rule": "aria-input-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "message": "ARIA input fields must 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": "2d45dc511291",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e8b5a2a9"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: ul[aria-hidden]",
            "relatedPaths": [
              "ul[data-slick-index=\"-2\"]",
              "ul[data-slick-index=\"-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c6ab4ff0e9d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-043cd27f"
          },
          {
            "rule": "aria-toggle-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "27f01f792063",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e1098d67"
          },
          {
            "rule": "aria-toggle-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "ad2013654b3d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3b44e3ba"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"] > .o-card--slick.o-card > .o-card__content > .t-fs-18.o-card__title",
            "html": "<h3 class=\"o-card__title ppg-heading t-fs-18\">Novedades de información para personas afectadas por la DANA </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": "c77de6143583",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b200dc40"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".fullImg",
            "html": "<img class=\"fullImg\" alt=\" \" title=\" \" src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59ff428b9dfe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4b3f07e"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "7ebbf5b137b3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ca56ade37af",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2754520c"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6767dd8241fd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-dd0c709d"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f04952b51c18",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-30265d90"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f052ac95db0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2a40a978"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4fef7962ce4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c80635b8"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf47774b9c8d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3bc05687"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8a5267b9efc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-65b783ef"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb96e43aa756",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28686d67"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0aa463c52d38",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5347f5f5"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".ppg-tabs__item",
            "html": "<li class=\"ppg-tabs__item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\" role=\"tab\" tabindex=\"0\" aria-controls=\"tab-0\" aria-labelledby=\"ui-id-1\" aria-selected=\"true\" aria-expanded=\"true\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden=\"true\")",
            "relatedPaths": [
              "#ui-id-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9235b0195532",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5715b635"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item > .ppg-slick__link[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ec259f9b6d7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-444b58f5"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide11\"] > .ppg-slick__item > .ppg-slick__link[href$=\"lamoncloa.gob.es/\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide12\"] > .ppg-slick__item > .ppg-slick__link[href$=\"youreurope.eu\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#ui-id-1",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicios ELECTRÓNICOS frecuentes</a>",
            "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": "0c370c06fc51",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98c4d3fe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#general_content > div:nth-child(3)",
            "html": "<div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b8d87654388",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f99eb432"
          }
        ],
        "outcomeCount": 1873,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 904,
          "failed": 49,
          "cantTell": 178,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R37",
          "QW-ACT-R48",
          "QW-ACT-R65",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R30",
          "QW-ACT-R33",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R38",
          "QW-ACT-R4",
          "QW-ACT-R44",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R16",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad947dd28e0b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-316438ae"
          },
          {
            "rule": "QW-ACT-R16",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R17",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/23a2a8/",
            "description": "The test target doesn't have an accessible name.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb5cca1bd589",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a296e9ec"
          },
          {
            "rule": "QW-ACT-R48",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/46ca7f/",
            "description": "The test target is in the accessibility tree.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target is in the accessibility tree.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b56fb2bb3774",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-880ac3b1"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0b319346218",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cbe353ce"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cbff575a522",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-568e42ae"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c611c4e4569",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1132,
        "duplicateFailedCount": 43,
        "uniqueFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 45
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home",
      "finalUrl": "https://administracion.gob.es/pag_Home",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Administracion.gob.es - Punto de Acceso General",
      "elapsedMs": 19595,
      "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": 1782,
          "failed": 30,
          "cantTell": 24,
          "inapplicable": 37
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-input-field-name",
          "aria-required-children",
          "aria-toggle-field-name",
          "heading-order",
          "image-alt",
          "label-title-only",
          "listitem",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-toggle-field-name",
          "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",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c99c95ef5f7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-94171a25"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f904f0fabf89",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-73e5a6b8"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56dc95795902",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-22267b0a"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#ui-id-1",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicios ELECTRÓNICOS frecuentes</a>",
            "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": "41b2d206adbc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-59e026ec"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d346680fa85",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d834057e"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a1b2919b33a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-64b1a086"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12fb319569ae",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28a63ca1"
          },
          {
            "rule": "aria-input-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".ppg-slick--type1 > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 30000px; transform: translate3d(0px, 0px, 0px);\">",
            "message": "ARIA input fields must 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": "bb0a4bf15b88",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8285365d"
          },
          {
            "rule": "aria-input-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "message": "ARIA input fields must 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": "7b1a77a75d9b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e8b5a2a9"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: ul[aria-hidden]",
            "relatedPaths": [
              "ul[data-slick-index=\"-2\"]",
              "ul[data-slick-index=\"-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb0a3509baea",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-043cd27f"
          },
          {
            "rule": "aria-toggle-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "2f180476717f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e1098d67"
          },
          {
            "rule": "aria-toggle-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "10aa9a0c7565",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3b44e3ba"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"] > .o-card--slick.o-card > .o-card__content > .t-fs-18.o-card__title",
            "html": "<h3 class=\"o-card__title ppg-heading t-fs-18\">Novedades de información para personas afectadas por la DANA </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": "cf7401fa1bef",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b200dc40"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".fullImg",
            "html": "<img class=\"fullImg\" alt=\" \" title=\" \" src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92df7d3bc1d3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4b3f07e"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "786c9e338497",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22a9c140be78",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2754520c"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d043f895f681",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-dd0c709d"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93cbcb89f633",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-30265d90"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b555f644a2c9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2a40a978"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c02384ba2b5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c80635b8"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9e0c43277b0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3bc05687"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e609e1e0b875",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-65b783ef"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5ea646c7a8d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28686d67"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ed17d0fe553",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5347f5f5"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".ppg-tabs__item",
            "html": "<li class=\"ppg-tabs__item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\" role=\"tab\" tabindex=\"0\" aria-controls=\"tab-0\" aria-labelledby=\"ui-id-1\" aria-selected=\"true\" aria-expanded=\"true\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden=\"true\")",
            "relatedPaths": [
              "#ui-id-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41fc9bfeef09",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5715b635"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item > .ppg-slick__link[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9f5f850de81",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-444b58f5"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide11\"] > .ppg-slick__item > .ppg-slick__link[href$=\"lamoncloa.gob.es/\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide12\"] > .ppg-slick__item > .ppg-slick__link[href$=\"youreurope.eu\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#ui-id-1",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicios ELECTRÓNICOS frecuentes</a>",
            "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": "9e20e1bf2585",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98c4d3fe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#general_content > div:nth-child(3)",
            "html": "<div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b62d5aec71d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f99eb432"
          }
        ],
        "outcomeCount": 1873,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 904,
          "failed": 49,
          "cantTell": 178,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R37",
          "QW-ACT-R48",
          "QW-ACT-R65",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R30",
          "QW-ACT-R33",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R38",
          "QW-ACT-R4",
          "QW-ACT-R44",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R16",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afdf0dd5def2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-316438ae"
          },
          {
            "rule": "QW-ACT-R16",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R17",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/23a2a8/",
            "description": "The test target doesn't have an accessible name.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cba84e558fc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a296e9ec"
          },
          {
            "rule": "QW-ACT-R48",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/46ca7f/",
            "description": "The test target is in the accessibility tree.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target is in the accessibility tree.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d39f7cd0e32",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-880ac3b1"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34a6f50ec1f3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cbe353ce"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a1736781d2d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-568e42ae"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cabce3777e67",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1132,
        "duplicateFailedCount": 43,
        "uniqueFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 45
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Centros de atención socio-sanitaria - Asistencia sanitaria - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15863,
      "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": 1463,
          "failed": 33,
          "cantTell": 13,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48b51e74fc20",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e334b3d3"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(6)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(7)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(8)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29fa82cde307",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-62abeb1a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 b5c8ec39730",
            "html": "<h3 id=\"-0b5c8ec39730\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "260b07371c50",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b58f2a5c"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b74c79876909",
            "html": "<h3 id=\"-b74c79876909\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c870995e747",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-35021374"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 fbb222943f5",
            "html": "<h3 id=\"-0fbb222943f5\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48f900bea2fc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fc839197"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 b219aed4e61",
            "html": "<h3 id=\"-0b219aed4e61\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0636c2066342",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-03f74818"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 7c39e2e8484",
            "html": "<h3 id=\"-77c39e2e8484\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88bd9e948256",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f3b84fa4"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 e741c48ace3",
            "html": "<h3 id=\"-4e741c48ace3\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1686dfbaa060",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-72fb667c"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\31 0a3a8d11057",
            "html": "<h3 id=\"-10a3a8d11057\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10e7959b1f35",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-362dc20f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 0f2c14272c2",
            "html": "<h3 id=\"-40f2c14272c2\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c877932c174",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8a5b1034"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b66c0a383250",
            "html": "<h3 id=\"-b66c0a383250\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-9\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfc3a7b6eea1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a72caae"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-d958a47aee14",
            "html": "<h3 id=\"-d958a47aee14\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-10\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2c2a79eab4c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-010b838f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 78b862f321f",
            "html": "<h3 id=\"-078b862f321f\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-11\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5061c69643",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5fbe386a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 be5dfd1f61d",
            "html": "<h3 id=\"-7be5dfd1f61d\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-12\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd48b3a82b26",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-aeee61fe"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 e085c129bae",
            "html": "<h3 id=\"-3e085c129bae\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-13\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "424663cb3637",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-855e8b01"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 f5ffa7e3c21",
            "html": "<h3 id=\"-3f5ffa7e3c21\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-14\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9c5c8e8f39f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-87796817"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "b0ad30c5c39a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": "span > a[target=\"_blank\"]",
            "html": "<a title=\"Orden SSI/420/2015, ...\" href=\"https://www.boe.es/d...\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(6) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0703b7c74808",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-62ea37c5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "d4f4c5236ff6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb8c8b32f6b6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-553c4ae6"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f30f8d8d09f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-af585bba"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "876b8ae9b082",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4a0b5f2"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a8e3d4aacfa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66b600c0"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3847e7bfd45d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a1ee61e9"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15213f1c3976",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-46c8c6e6"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff3dd21d1ff9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98a4298e"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2ac8f4620ba",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-577c7b35"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39307b5c8ffe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-71c85450"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1f101dcc2c5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-301c41ce"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(6)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61fb44b26d39",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-13c5d436"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(7)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e76f7626c0db",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4c0aaf74"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(8)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04339278eebe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1beb9968"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(9)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f02d10e829f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-80ea4e57"
          }
        ],
        "outcomeCount": 1548,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 33
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 848,
          "failed": 48,
          "cantTell": 190,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef7dd2c6d59b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "826608cc7343",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38342cf0fe7a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "063eee9af2cc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1087,
        "duplicateFailedCount": 44,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 44
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Asistencia sanitaria durante la estancia en otro país de la UE y Tarjeta Sanitaria Europea (TSE) - Asistencia sanitaria - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16611,
      "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": 1015,
          "failed": 6,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "14c3adffc529",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"<u>La Tarjeta Sanitaria Europea</u> (TSE) (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1761\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8c54b27d497",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a3e771bd"
          },
          {
            "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": ".lista1 > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"Aquí puedes consultar más información sobre este supuesto. (Abre en nueva ventana)\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b93b3def81b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a6c94f7"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Tarjeta sanitaria europea y certificado provisional sustitutorio (Abre en nueva ventana)\" href=\"https://prestaciones.seg-social.es/servicio/tarjeta-sanitaria-europea-certificado-provisional-sustitutorio.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bbee3d342f4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"solicitar el Certificado Provisional Sustitutorio (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1762\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1195d1cc9d96",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb03ff9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "1a1a72bc4cfa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1070,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 541,
          "failed": 24,
          "cantTell": 147,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5c09b9bf77",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dfd7d3f7145",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 713,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Servicios prestados a través de números de urgencia nacionales (112) - Asistencia sanitaria - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18789,
      "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": 1028,
          "failed": 2,
          "cantTell": 9,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "c93309b0f000",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "1875b0b8b102",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1082,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 557,
          "failed": 21,
          "cantTell": 171,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fe458c32885",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fae8215a9acf",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 750,
        "duplicateFailedCount": 19,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Centros de atención socio-sanitaria - Asistencia sanitaria - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 19541,
      "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": 1463,
          "failed": 33,
          "cantTell": 13,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a33998050ee5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e334b3d3"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(6)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(7)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(8)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4df406cea73c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-62abeb1a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 b5c8ec39730",
            "html": "<h3 id=\"-0b5c8ec39730\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4e9a83c2023",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b58f2a5c"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b74c79876909",
            "html": "<h3 id=\"-b74c79876909\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de85d47c9f43",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-35021374"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 fbb222943f5",
            "html": "<h3 id=\"-0fbb222943f5\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e610e2140214",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fc839197"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 b219aed4e61",
            "html": "<h3 id=\"-0b219aed4e61\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dfb8a4d1b58",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-03f74818"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 7c39e2e8484",
            "html": "<h3 id=\"-77c39e2e8484\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3da9e2daf965",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f3b84fa4"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 e741c48ace3",
            "html": "<h3 id=\"-4e741c48ace3\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "345b20668384",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-72fb667c"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\31 0a3a8d11057",
            "html": "<h3 id=\"-10a3a8d11057\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "567878933e2d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-362dc20f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 0f2c14272c2",
            "html": "<h3 id=\"-40f2c14272c2\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd07410dd55b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8a5b1034"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b66c0a383250",
            "html": "<h3 id=\"-b66c0a383250\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-9\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca94e1a50967",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a72caae"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-d958a47aee14",
            "html": "<h3 id=\"-d958a47aee14\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-10\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13bf26c7d98a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-010b838f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 78b862f321f",
            "html": "<h3 id=\"-078b862f321f\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-11\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f1672a33333",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5fbe386a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 be5dfd1f61d",
            "html": "<h3 id=\"-7be5dfd1f61d\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-12\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55cc8bef7572",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-aeee61fe"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 e085c129bae",
            "html": "<h3 id=\"-3e085c129bae\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-13\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fa1c7ac9643",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-855e8b01"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 f5ffa7e3c21",
            "html": "<h3 id=\"-3f5ffa7e3c21\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-14\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42411c680975",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-87796817"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "27fdf929ab30",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": "span > a[target=\"_blank\"]",
            "html": "<a title=\"Orden SSI/420/2015, ...\" href=\"https://www.boe.es/d...\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(6) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89790cae1f25",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-62ea37c5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "d136abc5db9e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "311cf32ca308",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-553c4ae6"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7a295e605e6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-af585bba"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99a32a968d1f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4a0b5f2"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6178ae45811d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66b600c0"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60eae91464e5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a1ee61e9"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9506fae274da",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-46c8c6e6"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3c908297581",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98a4298e"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a68a593e24f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-577c7b35"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec006ba62f30",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-71c85450"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b029878991fd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-301c41ce"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(6)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7986d5ab68f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-13c5d436"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(7)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "106678bcbc83",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4c0aaf74"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(8)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9637b874ea1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1beb9968"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(9)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23270f596ce4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-80ea4e57"
          }
        ],
        "outcomeCount": 1548,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 33
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 848,
          "failed": 48,
          "cantTell": 190,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c16ba98fb18c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e48a639d2611",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7eba8ceaf90",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8066c50f98e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1087,
        "duplicateFailedCount": 44,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 44
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Asistencia sanitaria durante la estancia en otro país de la UE y Tarjeta Sanitaria Europea (TSE) - Asistencia sanitaria - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14970,
      "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": 1015,
          "failed": 6,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "d90455cf5140",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"<u>La Tarjeta Sanitaria Europea</u> (TSE) (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1761\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b007d22034b1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a3e771bd"
          },
          {
            "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": ".lista1 > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"Aquí puedes consultar más información sobre este supuesto. (Abre en nueva ventana)\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67bcd07a6bef",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a6c94f7"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Tarjeta sanitaria europea y certificado provisional sustitutorio (Abre en nueva ventana)\" href=\"https://prestaciones.seg-social.es/servicio/tarjeta-sanitaria-europea-certificado-provisional-sustitutorio.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c208a4298ac",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"solicitar el Certificado Provisional Sustitutorio (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1762\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c4e47f15416",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb03ff9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "163caca85055",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1070,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 541,
          "failed": 24,
          "cantTell": 147,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5a5feaf7a98",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "806e66bc21cb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 713,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Servicios prestados a través de números de urgencia nacionales (112) - Asistencia sanitaria - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14066,
      "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": 1028,
          "failed": 2,
          "cantTell": 9,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "af0e6099a3c6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "42a43674ea33",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1082,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 557,
          "failed": 21,
          "cantTell": 171,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "577e3b947398",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73cace9ae512",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 750,
        "duplicateFailedCount": 19,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Health and social care institutions - Healthcare - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 17780,
      "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": 1461,
          "failed": 33,
          "cantTell": 13,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9bf6f8db23d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e334b3d3"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(6)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(7)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(8)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26c660b153f3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-62abeb1a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 b5c8ec39730",
            "html": "<h3 id=\"-0b5c8ec39730\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecba4751f9c0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b58f2a5c"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b74c79876909",
            "html": "<h3 id=\"-b74c79876909\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49990cf51224",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-35021374"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 fbb222943f5",
            "html": "<h3 id=\"-0fbb222943f5\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8df0dc0773f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fc839197"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 b219aed4e61",
            "html": "<h3 id=\"-0b219aed4e61\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "601ff1072e39",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-03f74818"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 7c39e2e8484",
            "html": "<h3 id=\"-77c39e2e8484\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24fa445df1c0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f3b84fa4"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 e741c48ace3",
            "html": "<h3 id=\"-4e741c48ace3\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50b7ab93da85",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-72fb667c"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\31 0a3a8d11057",
            "html": "<h3 id=\"-10a3a8d11057\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "072bd016d0d6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-362dc20f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 0f2c14272c2",
            "html": "<h3 id=\"-40f2c14272c2\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41187ca5cee4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8a5b1034"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b66c0a383250",
            "html": "<h3 id=\"-b66c0a383250\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-9\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b548564acdd8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a72caae"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-d958a47aee14",
            "html": "<h3 id=\"-d958a47aee14\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-10\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67efb3559a75",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-010b838f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 78b862f321f",
            "html": "<h3 id=\"-078b862f321f\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-11\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a514dcdca06",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5fbe386a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 be5dfd1f61d",
            "html": "<h3 id=\"-7be5dfd1f61d\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-12\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de4dc92ea031",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-aeee61fe"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 e085c129bae",
            "html": "<h3 id=\"-3e085c129bae\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-13\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7de433009ff6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-855e8b01"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 f5ffa7e3c21",
            "html": "<h3 id=\"-3f5ffa7e3c21\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-14\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dcf2d2903b3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-87796817"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "464db291103e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(6) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"Order SSI/420/2015, of 9 March 2015  (Abre en nueva ventana)\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2015-2706\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(6) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9057243c8bef",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-73208a53"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "4ccccd922ba1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c36432b92e05",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-553c4ae6"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d3a6a246a09",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-af585bba"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c221b7b32305",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4a0b5f2"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "030e0c92a6b2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66b600c0"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f82d4217bdeb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a1ee61e9"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "962ddce54c67",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-46c8c6e6"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9973d03f36ce",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98a4298e"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4561026cdc40",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-577c7b35"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73f6dda17c7c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-71c85450"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3d8b9eb1f4e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-301c41ce"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(6)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fc3df3bf961",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-13c5d436"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(7)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f4e8a7fb376",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4c0aaf74"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(8)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65376755c280",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1beb9968"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(9)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ee48182b962",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-80ea4e57"
          }
        ],
        "outcomeCount": 1546,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 33
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 852,
          "failed": 46,
          "cantTell": 192,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08060745d112",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2635765a5f49",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69fecaf8bb14",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3005853cae28",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1091,
        "duplicateFailedCount": 42,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 42
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Healthcare during a stay in another EU Member State and the European Health Insurance Card (EHIC) - Healthcare - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16814,
      "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": 1011,
          "failed": 6,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "6400d70a86d1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"European Health Insurance Card (EHIC) (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1761?changeLanguage=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f80de4dcf00",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a3e771bd"
          },
          {
            "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": ".lista1 > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"you can find out more about this possibility here (Abre en nueva ventana)\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7dcfc911c91",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a6c94f7"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"European Health Insurance Card and Provisional Replacement Certificate. (Abre en nueva ventana)\" href=\"https://prestaciones.seg-social.es/servicio/tarjeta-sanitaria-europea-certificado-provisional-sustitutorio.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb5a18782b82",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"Provisional Replacement Certificate (PRC) (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1762\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "026e96b03c74",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb03ff9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "4f7a765af2e1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1066,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 539,
          "failed": 24,
          "cantTell": 149,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd1d19d920ad",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61bd3e9884ff",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 713,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Services provided through national emergency numbers (112) - Healthcare - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15183,
      "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": 1027,
          "failed": 2,
          "cantTell": 9,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "14f1c45fc641",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "7dfd7d367171",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1081,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 557,
          "failed": 21,
          "cantTell": 173,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f448e95663c5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c31aa173afb4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 752,
        "duplicateFailedCount": 19,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Telecommunications services: getting connected - Connection to utilities - Consumer rights - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18052,
      "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": 1357,
          "failed": 4,
          "cantTell": 17,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "39cbd106eeb6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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$=\"movistar.es/\"]",
            "html": "<a title=\"www.movistar.es (Abre en nueva ventana)\" href=\"https://www.movistar.es/\" target=\"_blank\">www.movistar.es<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef4cac4793c8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3cd322e5"
          },
          {
            "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": ".title_mb_30:nth-child(11) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Telecommunications User Support Office (Abre en nueva ventana)\" href=\"https://www.usuariosteleco.gob.es/reclamaciones/Paginas/reclamaciones.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(11) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ce4115fd6fb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-50f46133"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "041ee03a2e42",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1420,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 739,
          "failed": 31,
          "cantTell": 215,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6bcda58fb8c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adcd2f852912",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 986,
        "duplicateFailedCount": 29,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 29
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Validez y canje de un permiso de conducir de la UE - Obtención y renovación del permiso de conducción - Vehículos - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 19305,
      "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": 903,
          "failed": 8,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".ppg-accordion > li:nth-child(1)",
              ".ppg-accordion > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de9a60864806",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4f328bfa"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-f654c82d3bbc",
            "html": "<h3 id=\"-f654c82d3bbc\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f67b233e1827",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d078b834"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 52eb8a9ea4b",
            "html": "<h3 id=\"-452eb8a9ea4b\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d7f6ad95f8c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-05821a4c"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "ee35b0840d0c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"canje de tu permiso de la UE (Abre en nueva ventana)\" href=\"https://sede.dgt.gob.es/es/permisos-de-conducir/canjes-de-permisos/canjes-de-permisos-extranjeros/canjes-inscripcion-renovacion-y-sustitucion-de-permisos-de-la-ue-y-eee/canje-de-permisos-de-la-ue-y-eee/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0a353e788ff",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "6764021ec16a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cf8c222de4b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-27dd9e02"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c02ec5a1565",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-63bdcbdb"
          }
        ],
        "outcomeCount": 956,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 488,
          "failed": 19,
          "cantTell": 119,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c998ce584260",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e8456ba1136",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5516641b68c5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c83824db79b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 627,
        "duplicateFailedCount": 15,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 15
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Registering as an employer - Social security - Employees - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15019,
      "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": 977,
          "failed": 15,
          "cantTell": 6,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "f6ca2647b868",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"click on this link. (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227/1228?changeLanguage=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "956c4ca5fa7a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-87464d6f"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"following link (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227?changeLanguage=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24463bd8a65d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a3e771bd"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://portal.seg-social.gob.es/wps/portal/importass/importass/Categorias/Altas%2C+bajas+y+modificaciones/Altas+y+afiliacion+de+trabajadores/Solicitar+el+numero+de+la+Seguridad+Social\" target=\"_blank\">Request a social security number</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "632d668eabe8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Registration and ass...\" href=\"https://sede.seg-soc...\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6398b48f3487",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d0e55ba5"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/Afiliacion+e+Inscripcion/1404TGSS\" target=\"_blank\">collective employers. Company identification. Initial CCC allocation.</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0563ed241d16",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f334204c"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"Social Security General Treasury portal (Abre en nueva ventana)\" href=\"https://portal.seg-social.gob.es/wps/portal/importass/importass/inicio\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "987721dc4c1f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1eacc5c4"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"the IMPORTASS Social Security app. (Abre en nueva ventana)\" href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/SSMovil/listadoAplicaciones/detalleAplicacionMobile/APPTesoreria/AppTGSS\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89c7cdf05ea1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cf30fcec"
          },
          {
            "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[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"the SEDESS service (...\" href=\"https://sede.seg-soc...\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d8bdff1b746",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-72c562a3"
          },
          {
            "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": ".textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"following link (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227/1230?changeLanguage=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae27df6e190d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bd521aa1"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a title=\"the following link (Abre en nueva ventana)\" href=\"http://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/39641/?changeLanguage=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dcc9e2a6351",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-40ee2e1a"
          },
          {
            "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": ".lista1 > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"RED system (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/5300?changeLanguage=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e88630cb0232",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a6c94f7"
          },
          {
            "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": ".lista1 > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"change and enter the...\" href=\"https://sede.seg-soc...\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1cc7afa96bd0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6da90719"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"remuneration received (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/5300/2867?changeLanguage=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77c7b5040512",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0c728382"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "c7ad02c3ae6a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1041,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 15
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 522,
          "failed": 18,
          "cantTell": 144,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcbe37784ed5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a40cec05c4f1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 685,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "¿Qué hacer en caso de accidentes en países de la Unión Europea? - Contratación del seguro obligatorio de los vehículos - Vehículos - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16022,
      "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": 1045,
          "failed": 3,
          "cantTell": 6,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "a45ab8a5360e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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$=\"ofesauto.es/\"]",
            "html": "<a title=\"OFESAUTO (Abre en nueva ventana)\" href=\"https://www.ofesauto.es/\" target=\"_blank\">OFESAUTO<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(7) > li:nth-child(2) > ul > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "127c1c11e4f0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5b121ed"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "168e3f2b6a5d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1097,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 562,
          "failed": 23,
          "cantTell": 127,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38bd18cfbd87",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a67ff921b1c0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 713,
        "duplicateFailedCount": 21,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 21
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Conexión a servicios de telecomunicaciones - Conexión a servicios - Consumidores - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14799,
      "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": 1344,
          "failed": 4,
          "cantTell": 17,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "bd15a55345d9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"Oficina de Atención al Usuario de Telecomunicaciones (Abre en nueva ventana)\" href=\"http://www.usuariosteleco.gob.es\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d784ecfc9af",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a3e771bd"
          },
          {
            "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.movistar.es\"]",
            "html": "<a title=\"www.movistar.es (Abre en nueva ventana)\" href=\"http://www.movistar.es\" target=\"_blank\">www.movistar.es<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f2290d3afb4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-741ba2df"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "7e23ed405c06",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1407,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 738,
          "failed": 31,
          "cantTell": 213,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "349a8bf4e415",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6cbbcd3bfd0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 983,
        "duplicateFailedCount": 29,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 29
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Derechos de los pasajeros: viajes combinados o vinculados - Derechos de los pasajeros - Viajar dentro de la UE - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14355,
      "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": 1131,
          "failed": 3,
          "cantTell": 13,
          "inapplicable": 42
        },
        "failedRules": [
          "empty-heading",
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".title_mb_30:nth-child(1) > .subtitulo",
            "html": "<h3 class=\"subtitulo\">&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": "b2f3cd778ad7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b5a8a196"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "2fc04f387387",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "414273bc150e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1189,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 601,
          "failed": 27,
          "cantTell": 160,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R35",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c84de985b44c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33498c50dbbe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df636745dd69",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 789,
        "duplicateFailedCount": 24,
        "uniqueFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 24
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Compraventa de vehículos: Paso a paso - Vehículos - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14156,
      "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": 1085,
          "failed": 17,
          "cantTell": 6,
          "inapplicable": 40
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa006ac4f0d0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bf3ff239"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba818c5e4f62",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ca1d702f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b1361600daea",
            "html": "<h3 id=\"-b1361600daea\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b96aab7f351",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-46b51aa5"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\38 f9aec991d53",
            "html": "<h3 id=\"-8f9aec991d53\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbf2b9f9a33",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d5dc8b62"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\39 dd8f29c0e89",
            "html": "<h3 id=\"-9dd8f29c0e89\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "112f19c12a53",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9f68298b"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 5f067d43862",
            "html": "<h3 id=\"-75f067d43862\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff0760384658",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a7395615"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 0ac6558ae6a",
            "html": "<h3 id=\"-40ac6558ae6a\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53f78272f73b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-077281e4"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 9a346e722c4",
            "html": "<h3 id=\"-39a346e722c4\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a61d74c31d3c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5f628f4f"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "99fbf29877a4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"baja definitiva del vehículo por exportación (Abre en nueva ventana)\" href=\"https://sede-pro.dgt.gob.es/es/vehiculos/altas-bajas-y-rehabilitacion/baja-por-exportacion/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd4e4b1b96e9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9172bb7c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "0ded531305fd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e4b9bd3c546",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2ad69e98"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "928bdeeecc2c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-464eb7e3"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a5e2e2a9b14",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-eb464acc"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b1452339735",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-758c9f7a"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c16394b8f09",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ef8e187b"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fa513b9fc10",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bc1a2c8e"
          }
        ],
        "outcomeCount": 1148,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 17
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 606,
          "failed": 26,
          "cantTell": 134,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f4edff80235",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "785a3202b38d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7510faa4b16e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb4f1115a859",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 767,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Asistencia sanitaria durante la estancia en otro país de la UE y Tarjeta Sanitaria Europea (TSE) - Asistencia sanitaria - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 13656,
      "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": 1015,
          "failed": 6,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "98786a250b27",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"<u>La Tarjeta Sanitaria Europea</u> (TSE) (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1761\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "649c7e529f80",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a3e771bd"
          },
          {
            "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": ".lista1 > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"Aquí puedes consultar más información sobre este supuesto. (Abre en nueva ventana)\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c88b3d1c58f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a6c94f7"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Tarjeta sanitaria europea y certificado provisional sustitutorio (Abre en nueva ventana)\" href=\"https://prestaciones.seg-social.es/servicio/tarjeta-sanitaria-europea-certificado-provisional-sustitutorio.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfa127af79cb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"solicitar el Certificado Provisional Sustitutorio (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1762\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84a4fd60458b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb03ff9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "1720d851c54e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1070,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 541,
          "failed": 24,
          "cantTell": 147,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "454d689519e5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63184e14a663",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 713,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Transporting animals when travelling within the EU - Travel within the EU - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14321,
      "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": 1166,
          "failed": 9,
          "cantTell": 8,
          "inapplicable": 42
        },
        "failedRules": [
          "empty-heading",
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".title_mb_30:nth-child(3) > .subtitulo:nth-child(6)",
            "html": "<h3 class=\"subtitulo\">&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": "8b8608410d35",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5fc45e1d"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".subtitulo:nth-child(12)",
            "html": "<h3 class=\"subtitulo\">&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": "dba6d4dae53d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3c5b340d"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "6217dbd9b0b1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".lista1:nth-child(6) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"annex I of the Instruction (Abre en nueva ventana)\" href=\"http://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/introenespperrosgatoshuronesdeotroseemm_2_tcm30-379813.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(6) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f7c1d0b823f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-78cde70e"
          },
          {
            "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": ".textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"certificate issued by a vet and compliant with the INTRA-2 template (Abre en nueva ventana)\" href=\"http://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/certificado_sanitario_introduccion_espana_aves_compania_tcm30-380422.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a15001f3627",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bd521aa1"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a title=\"Regulation (EU) 2016/429 (Abre en nueva ventana)\" href=\"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32016R0429\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcc7880ce3f7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-40ee2e1a"
          },
          {
            "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": ".textojustificado:nth-child(12) > a[target=\"_blank\"]",
            "html": "<a title=\"link to a page on the European Commission website (Abre en nueva ventana)\" href=\"http://ec.europa.eu/food/animal/liveanimals/pets/nat_rules_dogscatferret_en.htm\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(12)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5566266922d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b3b56616"
          },
          {
            "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": ".textojustificado:nth-child(15) > a[target=\"_blank\"]",
            "html": "<a title=\" link to a page on the European Commission website (Abre en nueva ventana)\" href=\"https://ec.europa.eu/food/animals/pet-movement/ms-websites_en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(15)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc5715cac6e0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4c1b1c58"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "0143c6e77477",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1225,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 626,
          "failed": 28,
          "cantTell": 149,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R35",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f853151fb12d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09d0d496e15d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "147887de80ab",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 804,
        "duplicateFailedCount": 25,
        "uniqueFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 25
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Stays (of up to three months) - Residence - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15118,
      "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": 861,
          "failed": 2,
          "cantTell": 3,
          "inapplicable": 44
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "298682ccba50",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "95bcc58c3468",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 910,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 441,
          "failed": 16,
          "cantTell": 119,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f9733a69273",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a6aec4dbe68",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 577,
        "duplicateFailedCount": 14,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Acuerdos de doble imposición - Fiscalidad - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16372,
      "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": 974,
          "failed": 4,
          "cantTell": 6,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "faf67f572d3e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"artículos 222 y siguientes de la Ley General Tributaria (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2003-23186&p=20200617&tn=1#a222\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7609b9f8528d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\" href=\"https://sede.agenciatributaria.gob.es/Sede/recursos-reclamaciones-otros-procedimientos-revision-suspensiones.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82f1c7c7f9db",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb03ff9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "040aae02b067",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1027,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 509,
          "failed": 18,
          "cantTell": 130,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4501c033e110",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3326052d2c4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 658,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Denominaciones de Origen, Indicaciones Geográficas Protegidas y Especialidades Tradicionales Garantizadas - Derechos de propiedad industrial e intelectual - Puesta en marcha, gestión y cierre de una empresa - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18120,
      "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": 1125,
          "failed": 3,
          "cantTell": 10,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "8d18921b1313",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"órgano competente de la respectiva Comunidad Autónoma (Abre en nueva ventana)\" href=\"https://www.mapa.gob.es/es/alimentacion/temas/calidad-diferenciada/informacion-interes/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fc9da57dc2b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "fbae60e68fb5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1180,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 612,
          "failed": 23,
          "cantTell": 177,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddf3cf2f491a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0183c8977f3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 813,
        "duplicateFailedCount": 21,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 21
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Conexión a servicios de gas - Conexión a servicios - Consumidores - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18058,
      "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": 1150,
          "failed": 6,
          "cantTell": 9,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "4b2f033e8bb0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(13) > a[target=\"_blank\"]",
            "html": "<a title=\"punto 3 del artículo 91 de la Ley 34/1998, de 7 de octubre (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1998-23284&p=20201118&tn=1#a91\" style=\"font-size: 1em;\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(13)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed3c4669880f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-57b849fb"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a href=\"https://sede.cnmc.gob.es/listado/censo/4\" style=\"font-size: 1em;\" target=\"_blank\" title=\"listado de todas las empresas comercializadoras  (Abre en nueva ventana)\">listado de todas las empresas comercializadoras</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a1e5b0a01b9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e2b2ddbc"
          },
          {
            "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[title=\"CNMC (Abre en nueva ventana)\"]",
            "html": "<a title=\"CNMC (Abre en nueva ventana)\" href=\"https://comparador.cnmc.gob.es/\" style=\"font-size: 1em;\" target=\"_blank\">CNMC<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4543179af080",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-18233414"
          },
          {
            "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": ".title_mb_30:nth-child(5) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1998-23284&amp;p=20201118&amp;tn=1#a57bis\" style=\"font-size: 1em;\" target=\"_blank\" title=\"artículo 57 bis de la Ley 34/1998, de 7 de octubre  (Abre en nueva ventana)\">artículo 57 bis de la Ley 34/1998, de 7 de octubre&nbsp;</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdc4a0d308e0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6ab2ef4"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "23f456091461",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1207,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 630,
          "failed": 22,
          "cantTell": 156,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90e1100533ff",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f0de1c82f14",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 809,
        "duplicateFailedCount": 20,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 20
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Impuesto especial sobre la electricidad - Impuestos especiales - Impuestos - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 19933,
      "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": 981,
          "failed": 3,
          "cantTell": 8,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "6add1251bc07",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Modelo autoliquidación 560 (Abre en nueva ventana)\" href=\"https://sede.agenciatributaria.gob.es/Sede/procedimientoini/DI02.shtml\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3501af309e62",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "97e4ee936a56",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1035,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 498,
          "failed": 21,
          "cantTell": 141,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8cbb8509171",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0668e697ea42",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 661,
        "duplicateFailedCount": 19,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Inscribirte como residente - Obtención de la residencia - Residencia - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14301,
      "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": 962,
          "failed": 4,
          "cantTell": 7,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "15b9a7a03c46",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(1) > .textojustificado > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://mptmd.gob.es/portal/delegaciones_gobierno/extranjeria/extranjeria_ddgg\" target=\"_blank\" title=\"Oficinas de Extranjería de las Delegaciones del Gobierno (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f479ba152851",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d9ef1852"
          },
          {
            "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": ".textojustificado > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"Comisaría de Policía (Abre en nueva ventana)\" href=\"https://www.policia.es/_es/dependencias_localizador_accesible_provincias.php#\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1df8b3f4eb19",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5513ede8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "abad870f2370",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1016,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 499,
          "failed": 21,
          "cantTell": 133,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7e2053d88f0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2307a1e0d125",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 654,
        "duplicateFailedCount": 19,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Lost or stolen passports - Travel documents - Travel within the EU - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 19280,
      "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": 1097,
          "failed": 25,
          "cantTell": 7,
          "inapplicable": 41
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f877b208445",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bf3ff239"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2e7a21e820c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ca1d702f"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1e7ae803925",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c611c2f0"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bc0f2b862c0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-70332aad"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9a823b37b25",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-eac0f05e"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-e4abbbc71c49",
            "html": "<h3 id=\"-e4abbbc71c49\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7373c0efe798",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a1c74a95"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 44dbd49f1cb",
            "html": "<h3 id=\"-444dbd49f1cb\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88a6d68e5097",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0b4627ff"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 b5b337d6e85",
            "html": "<h3 id=\"-3b5b337d6e85\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c10408701e9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9475a003"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 9f3cd9c2d26",
            "html": "<h3 id=\"-79f3cd9c2d26\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b373cd779790",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6e6ad8d9"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b08df2179f04",
            "html": "<h3 id=\"-b08df2179f04\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5c62beb8df3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6dd59d1d"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\31 90bae8a4666",
            "html": "<h3 id=\"-190bae8a4666\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e1368a4a042",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7c99f77e"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\31 2ac3d1dffff",
            "html": "<h3 id=\"-12ac3d1dffff\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84c969682e1c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6de7eeca"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 5972d965540",
            "html": "<h3 id=\"-75972d965540\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffbf70f16c9c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-599c6cf9"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-e0df12c5160d",
            "html": "<h3 id=\"-e0df12c5160d\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-9\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d343519c606",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-16ef623d"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "a97ed7946a58",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "7b90ca692bf0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b95a799cf6ec",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2ad69e98"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1affbdc84c4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-464eb7e3"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "895d9eb82d56",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-44b5e73d"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88c85f773c68",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-03d498f9"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58fb33269a5a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-806b9d57"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f1bb1f6b294",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-37230311"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f17e4068b47d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f5128a04"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa564b182149",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2dea0317"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bc3bd6b630e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-aae85fc1"
          }
        ],
        "outcomeCount": 1170,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 589,
          "failed": 33,
          "cantTell": 140,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c40727c8089",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79082e91dab8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c830cb43c422",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "860c8e098ada",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 763,
        "duplicateFailedCount": 29,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 29
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Coordinación de los sistemas de Seguridad Social en el régimen de Clases Pasivas - Pensiones de clases pasivas - Seguridad social y pensiones - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16911,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 895,
          "failed": 4,
          "cantTell": 8,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "887b63596b09",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"solicitudes  (Abre en nueva ventana)\" href=\"https://www.portalclasespasivas.gob.es/sitios/clasespasivas/es-ES/SolicitudesProcedimientos/Solicitudes/Paginas/Solicitudes.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5754b7f3f9b8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7704a29f"
          },
          {
            "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": ".textojustificado > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.clasespasivas.sepg.pap.hacienda.gob.es/sitios/clasespasivas/es-ES/SolicitudesProcedimientos/Solicitudes/Paginas/Solicitudes.aspx\" target=\"_blank\" title=\"Solicitudes de pensiones y prestaciones de Clases Pasivas (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "725a97b4db10",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5513ede8"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "80014eaea20c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 950,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 461,
          "failed": 18,
          "cantTell": 131,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aea8c9f56acd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29d4f19eea95",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 611,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Error - Punto de Acceso General",
      "elapsedMs": 13161,
      "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": 644,
          "failed": 2,
          "cantTell": 1,
          "inapplicable": 44
        },
        "failedRules": [
          "label-title-only",
          "landmark-complementary-is-top-level"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "d0be5294d95a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "aside",
            "html": "<aside class=\"o-layout__sidebar o-it-sm-unit\">\n\t\t</aside>",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The null landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "414d1972e7bb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb4c2a2"
          }
        ],
        "outcomeCount": 691,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 332,
          "failed": 7,
          "cantTell": 84,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d12c7b08837b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 424,
        "duplicateFailedCount": 6,
        "uniqueFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Fusión o venta de empresas: Sector farmacéutico - Fusión de sociedades o venta de empresas - Puesta en marcha, gestión y cierre de una empresa - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18758,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1143,
          "failed": 3,
          "cantTell": 9,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "554bdccf6e78",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"Instalaciones de productos sanitarios, IPS (Abre en nueva ventana)\" href=\"https://fabricaps.aemps.es/fabricps/faces/login.xhtml\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdc68563d378",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f334204c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "1c52f9ad49fb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1198,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 603,
          "failed": 23,
          "cantTell": 165,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78e5a488e7bb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf912dbe1625",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 792,
        "duplicateFailedCount": 21,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 21
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Registration, change of form and dissolution of a business: pharmaceutical sector - Registering, changing the legal form of or closing a business - Starting, running and closing a business - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18851,
      "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": 1627,
          "failed": 36,
          "cantTell": 11,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6b783062827",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ca1d702f"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b206ef0e1ce2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-eac0f05e"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(6) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(6) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(6) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(6) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cbfb95e6b83",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cc29f4ac"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "175347c3eb23",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e334b3d3"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 672e108c671",
            "html": "<h3 id=\"-0672e108c671\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a037ee5404c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7aaf819b"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-fa70301ce723",
            "html": "<h3 id=\"-fa70301ce723\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b80916705db2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-936887f5"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 1f9e6b1fd53",
            "html": "<h3 id=\"-41f9e6b1fd53\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a73940d5be",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0fc2b18a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-f63578b5614e",
            "html": "<h3 id=\"-f63578b5614e\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dcae2a6f7d3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28f16cc1"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-f193b510faac",
            "html": "<h3 id=\"-f193b510faac\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7850b8cbd173",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2e0e1bf6"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\32 f94d146bf07",
            "html": "<h3 id=\"-2f94d146bf07\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ad111abeb0c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3b0450fc"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 3cae21b07c0",
            "html": "<h3 id=\"-43cae21b07c0\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5ca87512024",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bf7201ce"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 c84ff493ec2",
            "html": "<h3 id=\"-0c84ff493ec2\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72bd031f8fed",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1e4bdd18"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 af0468c3cf5",
            "html": "<h3 id=\"-7af0468c3cf5\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-9\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50457dd7996d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7ab3526c"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\38 f8fcc4834e5",
            "html": "<h3 id=\"-8f8fcc4834e5\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-10\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00a5d517694e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fbfcd424"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 fc93cfde34f",
            "html": "<h3 id=\"-4fc93cfde34f\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-11\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d545759047a8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-29480d4d"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "79351c65d57b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(8) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"LABOFAR (Abre en nueva ventana)\" href=\"https://sede.aemps.gob.es/procedimientos/inspeccion-y-control-de-medicamentos/labofar/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa91c76860bc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c7f01a89"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"3.13 ‘initial registration, notification of mandatory amendments or annual update of the register of manufacturers, importers and distributors of active substances’ (Abre en nueva ventana)\" href=\"https://www.aemps.gob.es/la-aemps/tasas/relaciontasas/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55ade5565992",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-020030f1"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"LABOFAR  (Abre en nueva ventana)\" href=\"https://sede.aemps.gob.es/inspeControl/labofar.html\" target=\"_blank\">LABOFAR <img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dd8c4c27123",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ad7fcbf3"
          },
          {
            "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": ".title_mb_30:nth-child(5) > .textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"IPS INSTALACIONES PS (Abre en nueva ventana)\" href=\"https://fabricaps.aemps.es/fabricps/faces/login.xhtml\" target=\"_blank\">IPS INSTALACIONES PS<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc0a63b8c706",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-14963c3c"
          },
          {
            "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": ".title_mb_30:nth-child(6) > .textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"The statement of compliance with cosmetics manufacturing  (Abre en nueva ventana)\" href=\"https://www.aemps.gob.es/cosmeticos/preguntas-y-respuestas-mas-frecuentes-sobre-la-declaracion-responsable-de-actividades-de-fabricacion-y-o-importacion-de-productos-cosmeticos/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(6) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9912fb1f32f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5fb74b51"
          },
          {
            "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": ".textojustificado:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"he statement of compliance with cosmetics manufacturing and import activities (Abre en nueva ventana)\" href=\"https://sinaem.agemed.es/COSMET2/Declaracion/Login\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(6) > .textojustificado:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7181667b3e1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a0ea04ad"
          },
          {
            "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[title=\"COSMET (Abre en nueva ventana)\"]",
            "html": "<a title=\"COSMET (Abre en nueva ventana)\" href=\"https://sede.aemps.gob.es/PSCH/CH/cosmeticaHigiene.html\" target=\"_blank\">COSMET<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c706b3064bb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4ba12904"
          },
          {
            "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": ".title_mb_30:nth-child(8) > .textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"the electronic registry. (Abre en nueva ventana)\" href=\"https://sede.administracion.gob.es/PAG_Sede/ServiciosElectronicos/RegistroElectronicoComun.html?idioma=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ceaf64421450",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-915bd92e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "406659b73551",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "670a277f466c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-758c9f7a"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9c5b7e82fb3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ef8e187b"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85a157839b4d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bc1a2c8e"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e95a3ca83133",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0c0b0d21"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d587daeef39",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-07fd937f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b98147e6a4c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f21b61c1"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(6) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ca30cd538d1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f78b14fa"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(6) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fbdbbdfa2df",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d7641ba1"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(6) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb4053b88dff",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-46baae75"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b24e272ecfb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-553c4ae6"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ca37d56b1ff",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-af585bba"
          }
        ],
        "outcomeCount": 1713,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 36
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 949,
          "failed": 39,
          "cantTell": 203,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32abfee2e08c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3632dabd6f5e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6440935b576c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15f9280b5b97",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1192,
        "duplicateFailedCount": 35,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 35
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Asistencia e información - Contratación pública: Participación en licitaciones - Contratación pública - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 13812,
      "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": 937,
          "failed": 5,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "b0488384b907",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[title=\"enlace (Abre en nueva ventana)\"][target=\"_blank\"]",
            "html": "<a title=\"enlace (Abre en nueva ventana)\" href=\"https://www.hacienda.gob.es/Documentacion/Publico/D.G.%20PATRIMONIO/Junta%20Consultiva/GuiaPracticaContratacionPublicaPyme.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54d15382a10c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-58af416a"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[title=\"enlace (Abre en nueva ventana)\"][target=\"_blank\"]",
            "html": "<a title=\"enlace (Abre en nueva ventana)\" href=\"https://www.hacienda.gob.es/Documentacion/Publico/D.G. PATRIMONIO/Junta Consultiva/GUIA_CONTRATACION_v41_0.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e957b1ed575e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-faddb82a"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[title=\"enlace (Abre en nueva ventana)\"][target=\"_blank\"]",
            "html": "<a title=\"enlace (Abre en nueva ventana)\" href=\"https://www.hacienda.gob.es/es-ES/Oirescon/Paginas/guias.aspx\" target=\"_blank\">enlace<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c69dff69825",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3402f975"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "a5cb9af29cb8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 989,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 513,
          "failed": 17,
          "cantTell": 146,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "569f3dc167bb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f3ab411dec2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 677,
        "duplicateFailedCount": 15,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 15
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Seguridad de los productos - Productos - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14806,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1072,
          "failed": 7,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "28eacb217f11",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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[title=\"Safety Gate\"]",
            "html": "<a title=\"Safety Gate\" href=\"https://ec.europa.eu/safety-gate/#/screen/home\">Safety Gate</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae2b0f2e21b4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a06551d5"
          },
          {
            "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": ".textojustificado:nth-child(3) > a:nth-child(2)",
            "html": "<a title=\"Reglamento (UE) 2023/988 del Parlamento Europeo y del Consejo de 10 de mayo de 2023 relativo a la seguridad general de los productos\" href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/?uri=celex%3A32023R0988\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dd1c29a71ff",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-da645658"
          },
          {
            "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": ".textojustificado:nth-child(17) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.dsca.gob.es/es/consumo/control-oficial-vigilancia-productos-alimenticios-no-alimenticios-servicios-0/autoridades-vigilancia-del-mercado-consumo\" target=\"_blank\" title=\"servicios de consumo (Abre en nueva ventana)\">servicios de Consumo</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(17)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab21e2e89a71",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-622ddad1"
          },
          {
            "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[title=\"aquí (Abre en nueva ventana)\"]",
            "html": "<a title=\"aquí (Abre en nueva ventana)\" href=\"https://www.dsca.gob.es/es/consumo/red-alertas\" target=\"_blank\">aquí<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "p:nth-child(25)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6eb7324eae4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1ad20c06"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"Consumer Safety Gateway (Abre en nueva ventana)\" href=\"https://webgate.ec.europa.eu/consumer-safety-gateway/screen/public/home\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(27) > li:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "333c53655b10",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6578306f"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "0df92090efb4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1126,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 607,
          "failed": 21,
          "cantTell": 144,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c2e69084990",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18a94c46027d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 773,
        "duplicateFailedCount": 19,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/index.html",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/index.html",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Administracion.gob.es - Punto de Acceso General",
      "elapsedMs": 17931,
      "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": 1783,
          "failed": 30,
          "cantTell": 24,
          "inapplicable": 37
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-input-field-name",
          "aria-required-children",
          "aria-toggle-field-name",
          "heading-order",
          "image-alt",
          "label-title-only",
          "listitem",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-toggle-field-name",
          "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",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a41f72a3cd10",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-94171a25"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddd351090b4a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-73e5a6b8"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2fb56796f6f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-22267b0a"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#ui-id-1",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servizos ELECTRÓNICOS frecuentes</a>",
            "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": "0c47439829c2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-59e026ec"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e51bf7019c3c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d834057e"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07e93a53f267",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-64b1a086"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d10fa81ef9b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28a63ca1"
          },
          {
            "rule": "aria-input-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".ppg-slick--type1 > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 30000px; transform: translate3d(0px, 0px, 0px);\">",
            "message": "ARIA input fields must 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": "3f7bc33de3b8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8285365d"
          },
          {
            "rule": "aria-input-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "message": "ARIA input fields must 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": "62fda0f762d1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e8b5a2a9"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: ul[aria-hidden]",
            "relatedPaths": [
              "ul[data-slick-index=\"-2\"]",
              "ul[data-slick-index=\"-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2614ff860cd7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-043cd27f"
          },
          {
            "rule": "aria-toggle-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "582ac0fc6d29",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e1098d67"
          },
          {
            "rule": "aria-toggle-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "49d1879001ab",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3b44e3ba"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"] > .o-card--slick.o-card > .o-card__content > .t-fs-18.o-card__title",
            "html": "<h3 class=\"o-card__title ppg-heading t-fs-18\">Calendario laboral </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": "7956eb377904",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b200dc40"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".fullImg",
            "html": "<img class=\"fullImg\" alt=\" \" title=\" \" src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f75e5b5d706",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4b3f07e"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "daa6cf8cf7b1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4e2c5bec89f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2754520c"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d902a65e49a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-dd0c709d"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30e968bda869",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-30265d90"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90b9ec09285b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2a40a978"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d91463329108",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c80635b8"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f62dc3f438d8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3bc05687"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b709538d8c2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-65b783ef"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "295f6bfded9c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28686d67"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a41ee4ee706e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5347f5f5"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".ppg-tabs__item",
            "html": "<li class=\"ppg-tabs__item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\" role=\"tab\" tabindex=\"0\" aria-controls=\"tab-0\" aria-labelledby=\"ui-id-1\" aria-selected=\"true\" aria-expanded=\"true\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden=\"true\")",
            "relatedPaths": [
              "#ui-id-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "434e9b6c63bc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5715b635"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item > .ppg-slick__link[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97a6061617e5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-444b58f5"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide11\"] > .ppg-slick__item > .ppg-slick__link[href$=\"lamoncloa.gob.es/\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide12\"] > .ppg-slick__item > .ppg-slick__link[href$=\"youreurope.eu\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#ui-id-1",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servizos ELECTRÓNICOS frecuentes</a>",
            "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": "73a10d3017f3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98c4d3fe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#general_content > div:nth-child(3)",
            "html": "<div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2685898814db",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f99eb432"
          }
        ],
        "outcomeCount": 1874,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 905,
          "failed": 49,
          "cantTell": 183,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R37",
          "QW-ACT-R48",
          "QW-ACT-R65",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R30",
          "QW-ACT-R33",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R38",
          "QW-ACT-R4",
          "QW-ACT-R44",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R16",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e46ee34a994",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-316438ae"
          },
          {
            "rule": "QW-ACT-R16",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R17",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/23a2a8/",
            "description": "The test target doesn't have an accessible name.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45f29ddc7c8a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a296e9ec"
          },
          {
            "rule": "QW-ACT-R48",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/46ca7f/",
            "description": "The test target is in the accessibility tree.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target is in the accessibility tree.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f810e97dc780",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-880ac3b1"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "676c692fa795",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cbe353ce"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed20b3956eb2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-568e42ae"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2875cc026646",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1138,
        "duplicateFailedCount": 43,
        "uniqueFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 45
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Incorporación a un puesto de trabajo - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 17345,
      "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": 942,
          "failed": 2,
          "cantTell": 4,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "084c46d1c3f3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "c30b89bcb9f1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 990,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 526,
          "failed": 16,
          "cantTell": 157,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25136ee7efe3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a804dfbb18e8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 700,
        "duplicateFailedCount": 14,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Compraventa de productos y servicios: Resolución de conflictos - Compraventa de productos y servicios - Consumidores - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 17368,
      "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": 2,
          "cantTell": 7,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "a0a6bcadf4bd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "cb001fd066e5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1046,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 543,
          "failed": 18,
          "cantTell": 160,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7553f52519bd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d740e2d0d416",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 722,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Servicios que ofrece la Oficina Española de Patentes y Marcas - Patentes y marcas - Derechos de propiedad industrial e intelectual - Puesta en marcha, gestión y cierre de una empresa - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16171,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1191,
          "failed": 21,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".ppg-accordion > li:nth-child(1)",
              ".ppg-accordion > li:nth-child(2)",
              ".ppg-accordion > li:nth-child(3)",
              ".ppg-accordion > li:nth-child(4)",
              ".ppg-accordion > li:nth-child(5)",
              ".ppg-accordion > li:nth-child(6)",
              ".ppg-accordion > li:nth-child(7)",
              ".ppg-accordion > li:nth-child(8)",
              ".ppg-accordion > li:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7cf153bc84d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4f328bfa"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 d9d02715a33",
            "html": "<h3 id=\"-6d9d02715a33\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c9759ea88ba",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a7b846cb"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 d62fd7a6b3c",
            "html": "<h3 id=\"-6d62fd7a6b3c\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3392da6b6008",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-38122df4"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 ce8e3f781e0",
            "html": "<h3 id=\"-6ce8e3f781e0\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d54a0c8bec37",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7640e3e6"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\31 4c17933b1fc",
            "html": "<h3 id=\"-14c17933b1fc\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a127189ddcd6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f052b59f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 003aee41e0a",
            "html": "<h3 id=\"-6003aee41e0a\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aced0b492ac6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-59806578"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-a429e862abec",
            "html": "<h3 id=\"-a429e862abec\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "467f85623974",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67ddb605"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-f230ed23afc4",
            "html": "<h3 id=\"-f230ed23afc4\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "067a5a92ae19",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-41e0dce5"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 18d4aa3ad19",
            "html": "<h3 id=\"-618d4aa3ad19\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4d98c8697af",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0a3da3cf"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-cb63196ad1b9",
            "html": "<h3 id=\"-cb63196ad1b9\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-9\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a168dd51e65",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-90ee47d9"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "77337b4d7679",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "be8774b8f442",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a97ad8ab0749",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-27dd9e02"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00840d2cd186",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-63bdcbdb"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "260add63970f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-48af8aaf"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7af7c5beff9e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0b5b2efe"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(5)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25d774e5a973",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e87eddc4"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(6)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf250d0fdc69",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-972b4911"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(7)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25f3336913dd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4118ca04"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(8)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d33e8e428b8a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3f4aa8c2"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(9)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b51424594640",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f5fd9e40"
          }
        ],
        "outcomeCount": 1257,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 21
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 684,
          "failed": 26,
          "cantTell": 137,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f6e8310927f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b3340128c93",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94157aaa7570",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29dda220de79",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 848,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Centro de asistencia nacional para el reconocimiento de cualificaciones profesionales - Reconocimiento de cualificaciones de profesiones reguladas - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18205,
      "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": 802,
          "failed": 2,
          "cantTell": 4,
          "inapplicable": 44
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "f388179f39c1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "db9ab60dd622",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 852,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 407,
          "failed": 16,
          "cantTell": 110,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19e149dbda90",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "551ecffdb3c1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 534,
        "duplicateFailedCount": 14,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Matrimonio - Pareja - Ciudadanía y vida familiar - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15755,
      "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": 1325,
          "failed": 3,
          "cantTell": 11,
          "inapplicable": 42
        },
        "failedRules": [
          "empty-heading",
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".subtitulo:nth-child(14)",
            "html": "<h3 class=\"subtitulo\">&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": "a0911955540a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-848db1e3"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "aebf9fd484b6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "595b622f676f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1381,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 740,
          "failed": 32,
          "cantTell": 162,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R35",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32711878fc8b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42a14546ab53",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0526d7ced5fa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 935,
        "duplicateFailedCount": 29,
        "uniqueFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 29
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Disposal of household waste - Connection to utilities - Consumer rights - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 19199,
      "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": 1080,
          "failed": 10,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "4ce981db3f08",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"different types of household waste, (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/Default.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "771821a9fa53",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "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[title=\"glass (Abre en nueva ventana)\"]",
            "html": "<a title=\"glass (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/vidrio/Por-que-debe-gestionar-adecuadamente.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a38b47e5c2b0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c3a296f6"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"paper and cardboard (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/papel-y-carton/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f0739a23d47",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-770bd372"
          },
          {
            "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[title=\"l (Abre en nueva ventana)\"]",
            "html": "<a title=\"l (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c2664a0c328",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-30043656"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > a[target=\"_blank\"]:nth-child(5)",
            "html": "<a title=\"ight packaging (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3da3f2bb7d7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ef67e7ea"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"batteries (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/pilas-y-acumuladores/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1931fc3683f1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a963ee4"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"textiles (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/textil-y-calzado/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "863befb38c5e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f30916b9"
          },
          {
            "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[title=\"oils (Abre en nueva ventana)\"]",
            "html": "<a title=\"oils (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/en/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/aceites-cocina/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ff8a3c1b08e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-be26de35"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "74cc8a8f242f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1139,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 604,
          "failed": 20,
          "cantTell": 168,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d0ccdbd4cbf",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e4e217020d9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 793,
        "duplicateFailedCount": 18,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 18
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Gestión de residuos - Productos - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16608,
      "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": 1654,
          "failed": 16,
          "cantTell": 13,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".ppg-accordion > li:nth-child(1)",
              ".ppg-accordion > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "908cd48d5bba",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4f328bfa"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-f00cb44ce71b",
            "html": "<h3 id=\"-f00cb44ce71b\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0a3fd1e0ddd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-38ddeb38"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-ec45f0643bac",
            "html": "<h3 id=\"-ec45f0643bac\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33f0bc61d32b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ad493556"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "2e6950987d0c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Decisión 2000/532/CE de la Comisión. (Abre en nueva ventana)\" href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/PDF/?uri=CELEX:32000D0532\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f83de1304bd7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b2e500d5"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"Real Decreto 110/2015, de 20 de febrero (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-1762\" style=\"font-size: 1em;\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49dab117200d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-61ded100"
          },
          {
            "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": ".title_mb_30:nth-child(6) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Reglamento (UE) 2024/1157 del Parlamento Europeo y del Consejo, del 11 de abril de 2024, relativo a los traslados de residuos (Abre en nueva ventana)\" href=\"https://www.boe.es/doue/2024/1157/L00001-00145.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(6) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4b2229ac451",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9d7206b0"
          },
          {
            "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": ".title_mb_30:nth-child(6) > .textojustificado:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 18 del Reglamento (UE) 2024/1157, del 11 de abril de 2024, (Abre en nueva ventana)\" href=\"https://www.boe.es/doue/2024/1157/L00001-00145.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(6) > .textojustificado:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e51a7b2e462a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-33fc5fdf"
          },
          {
            "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": ".textojustificado:nth-child(13) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"Reglamento (UE)  2024/1157, del 11 de abril de 2024, (Abre en nueva ventana)\" href=\"https://www.boe.es/doue/2024/1157/L00001-00145.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(13)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6885589f8cab",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bf6e237c"
          },
          {
            "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": ".textojustificado:nth-child(13) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"3.2 del Real Decreto 553/2020, de 2 de junio (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/pdf/2020/BOE-A-2020-6422-consolidado.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(13)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f899df5ba35",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6c23ec28"
          },
          {
            "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": ".title_mb_30:nth-child(7) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Título IV de la Ley 7/2022, de 8 de abril, (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2022-5809&p=20250402&tn=1#ti-4\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55d31fe7a7fc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6bdf857e"
          },
          {
            "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": ".title_mb_30:nth-child(7) > .textojustificado:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"Directiva (UE) 2025/1892 del Parlamento Europeo y del Consejo (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2025-81403\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .textojustificado:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fa64c61c95a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f627168b"
          },
          {
            "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": ".title_mb_30:nth-child(8) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 108, de la Ley 7/2022, de 8 de abril (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2022-5809&p=20250402&tn=1#a1-20\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17b9877b020d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4e8359cb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "27fb689a2ede",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d6dbfa05932",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-27dd9e02"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8f12ebcea35",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-63bdcbdb"
          }
        ],
        "outcomeCount": 1722,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 16
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 930,
          "failed": 33,
          "cantTell": 226,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d076c08a8937",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b5e8e199ffc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb6587f45fcd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7397c3ecd977",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1190,
        "duplicateFailedCount": 29,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 29
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Elecciones europeas - Elecciones - Residencia - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16894,
      "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": 1085,
          "failed": 23,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6df049400801",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bf3ff239"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1951b7d9fed1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ca1d702f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 30594f3113d",
            "html": "<h3 id=\"-730594f3113d\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef38a3dc99fa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7f7efb56"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-d0a2a4dd45d2",
            "html": "<h3 id=\"-d0a2a4dd45d2\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51e5072e8cec",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a1648b9c"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b45754f108f5",
            "html": "<h3 id=\"-b45754f108f5\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65f8c8bf03b0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e25eaa1e"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\38 969927d2b79",
            "html": "<h3 id=\"-8969927d2b79\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77326e95dc60",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-826fa8a5"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-cd6e6aae025c",
            "html": "<h3 id=\"-cd6e6aae025c\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d95c5f7910e9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b1c54558"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b19311584e64",
            "html": "<h3 id=\"-b19311584e64\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45eee101e375",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ba6c6bed"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 efa69935aec",
            "html": "<h3 id=\"-7efa69935aec\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56ac483c037c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2d4d505a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-ef3bc872512f",
            "html": "<h3 id=\"-ef3bc872512f\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db4bc0ab4e08",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cf446096"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "9f3ea5422ba9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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[title=\"Votar desde el extranjero\"]",
            "html": "<a title=\"Votar desde el extranjero\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/votar-desde-extranjero.html\">Votar desde el extranjero</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "276e996f9ec8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-820fe3ec"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\" 210 bis de la Ley Orgánica del Régimen Electoral General) (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-11672&p=20190625&tn=1#adoscientosdiezbis\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f312a2a56fc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 6 Ley Orgánica del Régimen Electoral General (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-11672&p=20190625&tn=1#asexto\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "li:nth-child(1) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a0e9b6ccfe8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ea9ff94b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "6f4dd64cf635",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "971799df5b2e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2ad69e98"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd4a54c8fe07",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-464eb7e3"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1f908fc9dad",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-eb464acc"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b63918e0d6c7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-43808897"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f24614788663",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-758c9f7a"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6eba0755c09",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ef8e187b"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23e540f5246a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bc1a2c8e"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1d52a75d90b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-38010e37"
          }
        ],
        "outcomeCount": 1153,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 599,
          "failed": 27,
          "cantTell": 129,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af61c2a95b2b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c55792f2830",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20371014ad69",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba908cf15d86",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 756,
        "duplicateFailedCount": 23,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 23
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Hechos vitales - Trámites y Servicios Electrónicos - Punto de Acceso General",
      "elapsedMs": 13853,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 867,
          "failed": 1,
          "cantTell": 1,
          "inapplicable": 44
        },
        "failedRules": [
          "label-title-only"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "f25cea22c0f2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          }
        ],
        "outcomeCount": 913,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 389,
          "failed": 21,
          "cantTell": 98,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52e8bfd6983c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 509,
        "duplicateFailedCount": 20,
        "uniqueFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 20
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Pensionistas transfronterizos: Fiscalidad - Fiscalidad - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15245,
      "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": 1017,
          "failed": 4,
          "cantTell": 7,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "a0191e366d97",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"artículos 222 y siguientes de la Ley General Tributaria (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2003-23186&p=20200617&tn=1#a222\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45176e2dae06",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\" href=\"https://sede.agenciatributaria.gob.es/Sede/recursos-reclamaciones-otros-procedimientos-revision-suspensiones.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce32db96df19",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb03ff9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "c9e3a4747843",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1071,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 526,
          "failed": 19,
          "cantTell": 138,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43ce6080f6ab",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83248b30cd49",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 684,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/atencionCiudadana/encuentraTuOficina.html",
      "finalUrl": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Buscador de Oficinas - Atencion Ciudadana - Inicio",
      "elapsedMs": 24860,
      "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": 2503,
          "failed": 6,
          "cantTell": 25,
          "inapplicable": 34
        },
        "failedRules": [
          "aria-allowed-role",
          "button-name",
          "label-title-only",
          "link-in-text-block",
          "role-img-alt"
        ],
        "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",
          "frame-tested",
          "frame-title",
          "frame-title-unique",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "scrollable-region-focusable",
          "select-name",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#egeoBuscadorMap",
            "html": "<button type=\"button\" class=\"input-group-text pop...\" data-bs-title=\"Ayuda\" data-bs-content=\"P.ej.: “Calle María ...\" data-bs-placement=\"bottom\" data-bs-toggle=\"popover\" data-bs-titleclass=\"bordered-blue\" data-bs-container=\"body\" role=\"img\" id=\"infoHelp\" style=\"text-decoration: non...\" aria-hidden=\" ...>",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role img is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe4d2fc8d542",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-62c0753b"
          },
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#egeoBuscadorMap",
            "html": "<button type=\"button\" class=\"input-group-text pop...\" data-bs-title=\"Ayuda\" data-bs-content=\"P.ej.: “Calle María ...\" data-bs-placement=\"bottom\" data-bs-toggle=\"popover\" data-bs-titleclass=\"bordered-blue\" data-bs-container=\"body\" role=\"img\" id=\"infoHelp\" style=\"text-decoration: non...\" aria-hidden=\" ...>",
            "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": "284b52f3270b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-37e44f0c"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "027b8af4a6fc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".ppg-text:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a href=\"https://servicios.administraciondigital.gob.es/index.html\" target=\"_blank\">portal Servicios Administración Digital,</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.04:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #333333)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".ppg-text:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7120854555a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9d1cf1d1"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a title=\"nuestra página sobre la oficina\" href=\"/pag_Home/contacto/oficina.html\">nuestra página sobre la oficina</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "p:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27e9b063cd3c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e40241a5"
          },
          {
            "rule": "role-img-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/role-img-alt?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#egeoBuscadorMap",
            "html": "<button type=\"button\" class=\"input-group-text pop...\" data-bs-title=\"Ayuda\" data-bs-content=\"P.ej.: “Calle María ...\" data-bs-placement=\"bottom\" data-bs-toggle=\"popover\" data-bs-titleclass=\"bordered-blue\" data-bs-container=\"body\" role=\"img\" id=\"infoHelp\" style=\"text-decoration: non...\" aria-hidden=\" ...>",
            "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": "c2142d1d4725",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5073ec04"
          }
        ],
        "outcomeCount": 2568,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 6
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 416,
          "failed": 19,
          "cantTell": 103,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R34",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R19",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R63",
          "QW-ACT-R64",
          "QW-ACT-R65",
          "QW-ACT-R70",
          "QW-ACT-R73",
          "QW-ACT-R75",
          "QW-ACT-R76"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R34",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/6a7281/",
            "description": "The test target `aria-current` attribute has an invalid value.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target `aria-current` attribute has an invalid value.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cff68d62505",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-37505a64"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbd0bcbf1528",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 539,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Passaports perduts o robats - Documentos que necessites per viatjar per la UE - Viajar dentro de la UE - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18070,
      "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": 1098,
          "failed": 25,
          "cantTell": 7,
          "inapplicable": 41
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99982b2ecc89",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bf3ff239"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbd2fc311c1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ca1d702f"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e840cf28d853",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c611c2f0"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d2b47e39a78",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-70332aad"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "123a51231113",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-eac0f05e"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-e4abbbc71c49",
            "html": "<h3 id=\"-e4abbbc71c49\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "918d2caabadd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a1c74a95"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 44dbd49f1cb",
            "html": "<h3 id=\"-444dbd49f1cb\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eec647d29678",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0b4627ff"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 b5b337d6e85",
            "html": "<h3 id=\"-3b5b337d6e85\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "608f4efc0568",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9475a003"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 9f3cd9c2d26",
            "html": "<h3 id=\"-79f3cd9c2d26\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8b90b33af8c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6e6ad8d9"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b08df2179f04",
            "html": "<h3 id=\"-b08df2179f04\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "904f94700bce",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6dd59d1d"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\31 90bae8a4666",
            "html": "<h3 id=\"-190bae8a4666\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ada96edfab3b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7c99f77e"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\31 2ac3d1dffff",
            "html": "<h3 id=\"-12ac3d1dffff\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4276943df1b7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6de7eeca"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 5972d965540",
            "html": "<h3 id=\"-75972d965540\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b7e7c89ebc8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-599c6cf9"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-e0df12c5160d",
            "html": "<h3 id=\"-e0df12c5160d\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-9\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "174274f90012",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-16ef623d"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "f2825de84208",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "8dad8e729b5c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09313e972dc1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2ad69e98"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dfb23f47f26",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-464eb7e3"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "096ca963ffce",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-44b5e73d"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8f76c6084b8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-03d498f9"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd69cd529bf0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-806b9d57"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c02ba190edeb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-37230311"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02aab1b15bd4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f5128a04"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04b844eb0099",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2dea0317"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe8dbe9ee148",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-aae85fc1"
          }
        ],
        "outcomeCount": 1171,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 586,
          "failed": 33,
          "cantTell": 138,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f08cdd687c7c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebebc30ffc15",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ac81a3daa6a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45d5210eed71",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 758,
        "duplicateFailedCount": 29,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 29
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Reconocimiento de cualificaciones de profesiones reguladas - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15181,
      "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": 1028,
          "failed": 5,
          "cantTell": 9,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "42c1587c894e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textonegrita > a[target=\"_blank\"]",
            "html": "<a title=\"base de datos de profesiones reguladas (Abre en nueva ventana)\" href=\"https://ec.europa.eu/growth/tools-databases/regprof/index.cfm?action=homepage\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5c951b6b0a1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-182b366b"
          },
          {
            "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": ".textojustificado:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"Centro de asistencia nacional para el reconocimiento de cualificaciones profesionales (Abre en nueva ventana)\" href=\"/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c63f6fef5c6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a0ea04ad"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"tarjeta profesional europea (European Professional Card, EPC)  (Abre en nueva ventana)\" href=\"https://europa.eu/youreurope/citizens/work/professional-qualifications/european-professional-card/index_es.htm\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccc61b680e64",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "10e320f674dd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1085,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 532,
          "failed": 21,
          "cantTell": 150,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0eb5761dd00",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43a01ab9ca7b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 704,
        "duplicateFailedCount": 19,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Standards and requirements related to industrial products - Product standards and requirements - Goods - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16340,
      "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": 1384,
          "failed": 19,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "f6ece85cbbb6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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[title=\"NANDO (Abre en nueva ventana)\"]",
            "html": "<a title=\"NANDO (Abre en nueva ventana)\" href=\"https://ec.europa.eu/growth/tools-databases/nando/\" target=\"_blank\">NANDO<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(14)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad897a0101e3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d810a0fc"
          },
          {
            "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": ".textojustificado:nth-child(20) > a[target=\"_blank\"]",
            "html": "<a title=\"Standards and specifications: Industrial products. (Abre en nueva ventana)\" href=\"/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(20)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b9f27331ee9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8984448c"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado:nth-child(2) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Productos-de-la-Construccion/Paginas/Reglamento-Eu-Productos-Construccion.aspx\" target=\"_blank\" title=\"Abre en ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92d129642406",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4efea553"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://eur-lex.europa.eu/legal-content/ES/AUTO/?uri=celex:32011R0305\" target=\"_blank\" title=\"Abre en ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34d08bd9d2c9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-57bd1881"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado:nth-child(9) > a[target=\"_blank\"]",
            "html": "<a href=\"https://ec.europa.eu/growth/single-market/goods/free-movement-sectors/mutual-recognition-goods/product-contact-points_en\" target=\"_blank\" title=\"Abre una pestaña nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "084ba169f4a9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-35b076fc"
          },
          {
            "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$=\"codigotecnico.org/\"]",
            "html": "<a href=\"https://www.codigotecnico.org/\" style=\"font-size: 1em; text-align: justify;\" target=\"_blank\" title=\"Abre en ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(12)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e47e7179fcb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6abec83b"
          },
          {
            "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": ".textojustificado:nth-child(12) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.transportes.gob.es/ministerio/normativa-y-estudios-tecnicos/reglamentacion-vigente-sobre-seguridad-estructural/codigo-estructural\" style=\"font-size: 1em; text-align: justify;\" target=\"_blank\" title=\"Abre en ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(12)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b4428730d35",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e90971c0"
          },
          {
            "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[target=\"_blank\"]:nth-child(3)",
            "html": "<a href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/instalacionesindustriales/Paginas/index.aspx\" style=\"font-size: 1em; text-align: justify;\" target=\"_blank\" title=\"Abre en ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(12)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5cfcce65495",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-72c562a3"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"the following products (Abre en nueva ventana)\" href=\"https://industria.gob.es/Calidad-Industrial/seguridadindustrial/productosindustriales/Normalizacion-mas-Homologacion/Paginas/index.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "202884455226",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"Royal Decree 110/2015 (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-1762\" target=\"_blank\">Royal Decree 110/2015<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7bf93456951",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3b0b9826"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[target=\"_blank\"]:nth-child(4)",
            "html": "<a title=\"Law&nbsp;21/1992 (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1992-17363\" target=\"_blank\">Law&nbsp;21/1992<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c66cdc4e58e3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-78a63f74"
          },
          {
            "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[target=\"_blank\"]:nth-child(5)",
            "html": "<a title=\"Royal Decree 559/2010  (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2010-8189\" target=\"_blank\">Royal Decree 559/2010 <img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "745601cad2b0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8316e944"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"Directive 2012/19/EU (Abre en nueva ventana)\" href=\"https://eur-lex.europa.eu/legal-content/EN/ALL/?uri=CELEX%3A32012L0019\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6db94e0cb7ce",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f334204c"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"Electrical and electronic equipment (Abre en nueva ventana)\" href=\"https://industria.gob.es/Calidad-Industrial/legislaciongeneral/Paginas/aparatos-electricos-gestion-residuos-rd-110-2015.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda3697821bc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb03ff9"
          },
          {
            "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": ".textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"Directive 2006/66/EC (Abre en nueva ventana)\" href=\"https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A32006L0066\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20f7588693ab",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bd521aa1"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a title=\"Royal Decree 106/2008 (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2008-2387\" target=\"_blank\">Royal Decree 106/2008<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2fff4c27042",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-40ee2e1a"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .textojustificado:nth-child(9) > a[target=\"_blank\"]",
            "html": "<a title=\"Batteries and accumulators (Abre en nueva ventana)\" href=\"https://industria.gob.es/Calidad-Industrial/legislaciongeneral/Paginas/gestion-ambientsal-residuos-rd-106-2008.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95f1e15b9014",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b5afe75d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "17b25c4960f8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1452,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 19
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 799,
          "failed": 24,
          "cantTell": 179,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "860cc0ddfa35",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a66f89cbf269",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1003,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Acceso a financiación nacional - Financiación nacional - Financiación - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14554,
      "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": 981,
          "failed": 5,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "f71baefdf378",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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[title=\"ENISA (Abre en nueva ventana)\"]",
            "html": "<a title=\"ENISA (Abre en nueva ventana)\" href=\"https://plataformapyme.es/es-es/financiacion/Paginas/lineas-financiacion-enisa.aspx\" target=\"_blank\">ENISA<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "li:nth-child(1) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "492fb4d5b740",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1df986ae"
          },
          {
            "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[title=\"CERSA (Abre en nueva ventana)\"]",
            "html": "<a title=\"CERSA (Abre en nueva ventana)\" href=\"https://plataformapyme.es/es-es/financiacion/Paginas/lineas-financiacion-enisa.aspx\" target=\"_blank\">CERSA<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5acd87e13151",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9e5516e3"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"Programas de la DGEIPYME (Abre en nueva ventana)\" href=\"https://plataformapyme.es/es-es/Financiacion\" target=\"_blank\">Programas de la DGEIPYME<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c3ae49b0977",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-12a4c599"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "4dbe805a30dd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1035,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 521,
          "failed": 19,
          "cantTell": 143,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a410a40e1091",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f582d64343af",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 684,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Prestaciones por desempleo - Condiciones de trabajo, incluyendo trabajadores desplazados - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16868,
      "error": null,
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1119,
          "failed": 9,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "b93a05e6cd55",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > div > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.sepe.es/HomeSepe/prestaciones-desempleo/prestacion-contributiva.html\" target=\"_blank\" title=\"Información sobre prestación contributiva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(1) > div"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04ac16ba5f98",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-dfb52c82"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(3) > div > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.sepe.es/HomeSepe/prestaciones-desempleo/subsidio-desempleo.html\" target=\"_blank\" title=\"Subsidios por desempleo (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista2 > li:nth-child(3) > div"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b39e8e8872c4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8da0abda"
          },
          {
            "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": ".textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"en este enlace (Abre en nueva ventana)\" href=\"https://www.sepe.es/HomeSepe/prestaciones-desempleo/prestacion-contributiva/prestacion-contributiva-mas-de-un-anyo.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "004fc48cffdd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bd521aa1"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(2) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://sede.sepe.gob.es/portalSede/procedimientos-y-servicios/personas/proteccion-por-desempleo/cita-previa.html\" target=\"_blank\" title=\"Cita Previa SEPE (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .lista1:nth-child(9) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30c0119d01fe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2768bc98"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(2) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://sepe.es/HomeSepe/mas-informacion-contacto/atencion-telefonica.html\" target=\"_blank\" title=\"Atención telefónica SEPE (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .lista1:nth-child(9) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72c71e39d587",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ca288a7b"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.sepe.es/HomeSepe/prestaciones-desempleo.html\" target=\"_blank\" title=\"Información de Prestaciones por desempleo (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3056fc825424",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.seg-social.es/wps/portal/wss/internet/Conocenos/QuienesSomos/29421\" target=\"_blank\" title=\"Instituto Social de la Marina (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af6f96039c97",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e2b2ddbc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "74bf55cf2f88",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1175,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 634,
          "failed": 19,
          "cantTell": 170,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "811da5446035",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "746829d8114d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 824,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Residence - Acquiring residence - Residence - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18708,
      "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": 1030,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "29e64595e84a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "68aad2de04cd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1081,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 549,
          "failed": 19,
          "cantTell": 150,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1022884b8ab",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57eef8ecfa19",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 719,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Protección de Diseños Industriales - Patentes y marcas - Derechos de propiedad industrial e intelectual - Puesta en marcha, gestión y cierre de una empresa - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 17016,
      "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": 1273,
          "failed": 3,
          "cantTell": 15,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "e446049e94e9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"portal de la OEPM (Abre en nueva ventana)\" href=\"https://www.oepm.es/es/tasas-y-precios-publicos/tasas-de-disenios/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afa7e9c67d05",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f334204c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "171abfde2fca",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1333,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 713,
          "failed": 25,
          "cantTell": 180,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0b14b344281",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cea82e520a9c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 919,
        "duplicateFailedCount": 23,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 23
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "General Information on Excise Duties - Excise Duties - Taxes - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15630,
      "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": 1181,
          "failed": 2,
          "cantTell": 15,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "e59e2b9adc8b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "cb6232dc0e77",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1240,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 617,
          "failed": 28,
          "cantTell": 188,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da06013400bb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc332d5636b7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 834,
        "duplicateFailedCount": 26,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 26
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Trabajadores desplazados: Laboral - Trabajadores desplazados - Empleados - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18124,
      "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": 1696,
          "failed": 25,
          "cantTell": 17,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "6df5c962d519",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(2) > p:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"<strong>Ley 45/1999</strong>, de 29 de noviembre (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > p:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2597a36d06f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9d3d8cfc"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 4 de la Ley 10/1997, de 24 de abril,  (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1997-8874&p=20110520&tn=1#a4\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec36b2db9cab",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e2b2ddbc"
          },
          {
            "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": ".lista1 > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 4 de la Ley 45/1999, de 29 de noviembre (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20170527&tn=1#a4\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "beb3559fdb98",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6da90719"
          },
          {
            "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[title=\"17 (Abre en nueva ventana)\"]",
            "html": "<a title=\"17 (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20200923&amp;tn=1#a17\" target=\"_blank\">17<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b309fd820344",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f3ba997b"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(3) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"28 del Estatuto de los Trabajadores (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a28\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c4d5f532563",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-df1c8024"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(3) > a[target=\"_blank\"]:nth-child(4)",
            "html": "<a title=\"Real Decreto 901/2020,  (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2020-12214\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a34d91325b2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7ce1b6c5"
          },
          {
            "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": ".lista1 > li:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"Ley 31/1995, de Prevención de Riesgos Laborales (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1995-24292\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b9ae20af85a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c0aa1274"
          },
          {
            "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[title=\"15.6 (Abre en nueva ventana)\"]",
            "html": "<a title=\"15.6 (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20200923&amp;tn=1#a15\" target=\"_blank\">15.6<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18a9409fbc57",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdc49fe1"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(6) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"12.4 del Estatuto de los Trabajadores (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a12\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4098716b9f41",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-196445b7"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(7) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"18 y 20 del Estatuto de los Trabajadores (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20251204&tn=1#a18\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba8e2687d6d4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-775a0f61"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(7) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"artículo 12 de la Ley Orgánica 10/2022, de 6 de septiembre, de garantía integral de la libertad sexual (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2022-14630&p=20240802&tn=1#a1-4\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f41453901dfa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f89620f7"
          },
          {
            "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[title=\"artículo 3 de la Ley 45/1999\"]",
            "html": "<a title=\"artículo 3 de la Ley 45/1999\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&amp;p=20220302&amp;tn=1#a3\">artículo 3 de la Ley 45/1999</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .lista1 > li:nth-child(9) > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "267759ce0cb8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8503f5fc"
          },
          {
            "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": ".title_mb_30:nth-child(9) > .lista1:nth-child(2) > li > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&amp;p=20170527&amp;tn=1#a2\" target=\"_blank\" title=\" a) y b) del artículo 2.1.1.º de la Ley 45/1999  (Abre en nueva ventana)\">a) y b) del artículo 2.1.1.º de la Ley 45/1999&nbsp;</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(9) > .lista1:nth-child(2) > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "846db362bd32",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a209ca49"
          },
          {
            "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": ".title_mb_30:nth-child(9) > .lista1:nth-child(3) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Ley 45 - Portal (mites.gob.es) (Abre en nueva ventana)\" href=\"https://oeitss.mites.gob.es/RECD45Portal/login\" style=\"font-size: 1em;\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(9) > .lista1:nth-child(3) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5256a12c58",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-93b119ee"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 2.1.1.º (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#a2\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77b99d0a5e60",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-535adee2"
          },
          {
            "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": ".lista1:nth-child(8) > li > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 22.1 de la Ley 45/1999, de 29 de noviembre.  (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#a2-4\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(8) > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7dd778e8ec9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-493714d0"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"<strong>Directiva 96/71/CE</strong>, de 16 de diciembre, sobre el desplazamiento de trabajadores efectuado en el marco de una prestación de servicios (Abre en nueva ventana)\" href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/PDF/?uri=CELEX:31996L0071\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(20) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca9bb2b0e541",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bdd68993"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]:nth-child(4)",
            "html": "<a title=\"<strong>Directiva (UE) 2020/1057</strong>, de 15 de julio de 2020 (Abre en nueva ventana)\" href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/PDF/?uri=CELEX:32020L1057\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(20) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b6a4c5e61e3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a43e007"
          },
          {
            "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": ".textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 20 de la Ley 23/2015, de 21 de julio, Ordenadora del Sistema de Inspección de Trabajo y Seguridad Social (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-8168&p=20250103&tn=1#a20\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a6772252718",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bd521aa1"
          },
          {
            "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": ".title_mb_30:nth-child(21) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"capítulo V de la Ley 45/1999, de 29 de noviembre, sobre el desplazamiento de trabajadores en el marco de una prestación de servicios transnacional (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#cv\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(21) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0488bdbaadc7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1c36a565"
          },
          {
            "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": ".lista1:nth-child(4) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 20 de la Ley 45/1999, de 29 de noviembre (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#a2-2\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(4) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b50168ddb1ee",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5a1bf205"
          },
          {
            "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": ".lista1:nth-child(7) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"artículos 19 y 20 de la Ley 45/1999, de 29 de noviembre (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1999-22895&p=20220302&tn=1#a1-3\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(7) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6569d5e73330",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-935fecff"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a title=\"video de la web de la Autoridad Laboral Europea (Abre en nueva ventana)\" href=\"https://www.youtube.com/watch?v=h4BpmKXIuyE\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64b7edde316a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-40ee2e1a"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "d74f3b1ac857",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1780,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 950,
          "failed": 33,
          "cantTell": 221,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f3e2b60cfe8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f684eb50b8f4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1205,
        "duplicateFailedCount": 31,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 31
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Pensiones de jubilación y retiro en Clases Pasivas - Pensiones de clases pasivas - Seguridad social y pensiones - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14219,
      "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": 892,
          "failed": 4,
          "cantTell": 7,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "92ccdc1ebdb1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"cuantías mínimas (Abre en nueva ventana)\" href=\"https://www.clasespasivas.sepg.pap.hacienda.gob.es/sitios/clasespasivas/es-ES/Pensionistas/Paginas/Complementoparaminimos.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf732eb7261b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a0ea04ad"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.clasespa...\" target=\"_blank\" title=\"Formulario de pensió...\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b55189f9b246",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bc4845f9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "bdd1a0714185",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 946,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 466,
          "failed": 17,
          "cantTell": 124,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ccb12064b90",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f77ef781d27b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 608,
        "duplicateFailedCount": 15,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 15
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Actividades transfronterizas. Sector farmacéutico - Notificación de actividades transfronterizas - Servicios - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16847,
      "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": 1215,
          "failed": 12,
          "cantTell": 6,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "d0042aba682e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"Real Decreto Legislativo 1/2015, de 24 de julio (Abre en nueva ventana)\" href=\"https://www.boe.es/eli/es/rdlg/2015/07/24/1/con\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89610ac8cbd5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-eca25e1e"
          },
          {
            "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": ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"artículo 72 hace referencia a las importaciones  (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-8343&p=20200610&tn=1#a72\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e7dd0904543",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-459df8c6"
          },
          {
            "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[target=\"_blank\"]:nth-child(4)",
            "html": "<a title=\"artículo 73 a las exportaciones (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-8343&p=20200610&tn=1#a73\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8844bea59154",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-073cde52"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"capítulo VIII del Real Decreto 824/2010, (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2010-10827&p=20190413&tn=1#cviii\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b02cb932462a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e2b2ddbc"
          },
          {
            "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": ".textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"Comercio exterior (Abre en nueva ventana)\" href=\"https://www.aemps.gob.es/industria-farmaceutica/distribucion-farmaceutica/comercio-exterior/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0e097296e4d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bd521aa1"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Puesta en marcha, ge...\" href=\"/pag_Home/gl/Tu-espa...\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f74e4c25ace",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b2e500d5"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > a[title=\"SIFAEX (Abre en nueva ventana)\"][target=\"_blank\"]",
            "html": "<a title=\"SIFAEX (Abre en nueva ventana)\" href=\"https://sede.aemps.gob.es/procedimientos/inspeccion-farmaceutica-de-sanidad-sifaex/sifaex/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(12) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "715d4b67c86d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ece2889d"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Orden SPI/2136/2011, de 19 de julio (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/doc.php?id=BOE-A-2011-13052\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eebcc041061",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "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": ".textojustificado:nth-child(10) > a[title=\"SIFAEX (Abre en nueva ventana)\"][target=\"_blank\"]",
            "html": "<a title=\"SIFAEX (Abre en nueva ventana)\" href=\"https://sede.aemps.gob.es/procedimientos/inspeccion-farmaceutica-de-sanidad-sifaex/sifaex/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(10)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed89b0a90c5c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8dac4252"
          },
          {
            "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": ".textojustificado:nth-child(10) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"COSMET2. (Abre en nueva ventana)\" href=\"https://sede.aemps.gob.es/procedimientos/productos-sanitarios-cosmeticos-cuidado-personal-y-biocidas/cosmet2_dr/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(10)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e24ba832322",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ea487b2e"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "c126c4ae9e3f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1276,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 662,
          "failed": 19,
          "cantTell": 153,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45ba2adc45f5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7df4880ada9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 835,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Búsqueda de empleo - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15937,
      "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": 1172,
          "failed": 9,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "a514fa95defb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(1) > .lista1 > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"RED EURES del SEPE (Abre en nueva ventana)\" href=\"https://www.sepe.es/HomeSepe/Personas/encontrar-trabajo/empleo-europa.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .lista1 > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "736d8b183a10",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5051f9eb"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .lista1 > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Crear tu perfil Europass (Abre en nueva ventana)\" href=\"https://europa.eu/europass/eportfolio/screen/profile-wizard?lang=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .lista1 > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff5fba3ccd1b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d7bf36bd"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a href=\"http://www.empleate.gob.es/empleo/#/\" target=\"_blank\" title=\"Portal Único de Empleo Empleate (Abre en nueva ventana)\">Portal Empléate<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0410e4ce800",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e2b2ddbc"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"Puedes acceder a cada uno de los Servicios Públicos de Empleo autonómicos (Abre en nueva ventana)\" href=\"https://sepe.es/HomeSepe/que-es-el-sepe/otras-webs.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27e3cf851008",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f334204c"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"Punto de Acceso General de la Administración General del Estado, (Abre en nueva ventana)\" href=\"https://administracion.gob.es/pag_Home/index.html#.X8TuvGj0kdU\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6768e2a95678",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-12a4c599"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .lista1 > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"ofertas de empleo público (Abre en nueva ventana)\" href=\"https://administracion.gob.es/pag_Home/empleoBecas/Ofertas-empleo-publico.html#.X8TuWmj0kdU\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .lista1 > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b19090624c48",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d33aec2f"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .lista1 > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Boletines periódicos (Abre en nueva ventana)\" href=\"https://administracion.gob.es/pag_Home/empleoBecas/boletines.html#.X8Tuemj0kdU\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .lista1 > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "028a9e111391",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7433c740"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "f642f2586db0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1230,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 664,
          "failed": 19,
          "cantTell": 190,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9cdba2fe235",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a96eb6c74231",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 874,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Impuesto especial sobre el carbón - Impuestos especiales - Impuestos - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 13749,
      "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": 4,
          "cantTell": 11,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "e29f3d3880c0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"modelo 595 (Abre en nueva ventana)\" href=\"https://sede.agenciatributaria.gob.es/Sede/impuestos-especiales-medioambientales/impuesto-sobre-carbon/gestiones-i-sobre-carbon.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > p:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a95500e36366",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9af6d293"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"modelo 596 (Abre en nueva ventana)\" href=\"https://sede.agenciatributaria.gob.es/Sede/impuestos-especiales-medioambientales/impuesto-sobre-carbon/modelo-596-ii-ee-declaracion-c.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > p:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a761338aaa41",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-82dc5345"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "a42874ccc58a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1067,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 509,
          "failed": 24,
          "cantTell": 156,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1778222bc9cf",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7bd2d495a67",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 690,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Fallecimiento en otro país de la UE y repatriación de restos - Residencia - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 13929,
      "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": 935,
          "failed": 4,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "c1451fb9d960",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Oficina Consular (Abre en nueva ventana)\" href=\"https://www.exteriores.gob.es/es/EmbajadasConsulados/Paginas/index.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f60cfd209471",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "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[title=\"sucesiones o herencias\"]",
            "html": "<a title=\"sucesiones o herencias\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/sucesiones/info-general.html\">sucesiones o herencias</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfa0b14dbc5d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-dc60c570"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "de1cb4a9daad",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 986,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 498,
          "failed": 17,
          "cantTell": 133,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9057c4ebaf51",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fae53b06248c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 649,
        "duplicateFailedCount": 15,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 15
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Trabajadores transfronterizos: Fiscalidad - Fiscalidad - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15388,
      "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": 1250,
          "failed": 9,
          "cantTell": 11,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "eb9f91b0e390",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 46 del Texto Refundido de la Ley del IRNR (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2004-4527&p=20200205&tn=1#a46\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c440603cbd4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a0ea04ad"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://sede.agenciatributaria.gob.es/\" target=\"_blank\" title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\">sede electrónica de la Agencia Tributaria</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c07946e5b1db",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f30916b9"
          },
          {
            "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": ".textojustificado:nth-child(9) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"modelo 210 (Abre en nueva ventana)\" href=\"https://sede.agenciatributaria.gob.es/Sede/procedimientoini/GF00.shtml\" target=\"_blank\">modelo 210<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6edc28bd675d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-430456ee"
          },
          {
            "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": ".textojustificado:nth-child(9) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\" href=\"https://sede.agenciatributaria.gob.es/Sede/inicio.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f3adc78da44",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d1a1cb8b"
          },
          {
            "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": ".textojustificado:nth-child(14) > a[target=\"_blank\"]",
            "html": "<a title=\"(modelo 200) (Abre en nueva ventana)\" href=\"https://sede.agenciatributaria.gob.es/Sede/procedimientoini/GE04.shtml\" target=\"_blank\">(modelo 200)<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(14)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1b6015d7d57",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-114de294"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"artículos 222 y siguientes de la Ley General Tributaria (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2003-23186&p=20200617&tn=1#a222\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "632c1f3e6b23",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"sede electrónica de la Agencia Tributaria (Abre en nueva ventana)\" href=\"https://sede.agenciatributaria.gob.es/Sede/recursos-reclamaciones-otros-procedimientos-revision-suspensiones.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26e872854475",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb03ff9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "a53befb9a210",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1313,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 681,
          "failed": 22,
          "cantTell": 165,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ec4966a1b6a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2a830ad2df1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 869,
        "duplicateFailedCount": 20,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 20
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Obtener la residencia - Obtención de la residencia - Residencia - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16507,
      "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": 1030,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "9c19a0ac6f95",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "03abf39a536b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1081,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 549,
          "failed": 19,
          "cantTell": 148,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c881ebcb44a0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd4904e730d2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 717,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Lucha contra la falsificación - Patentes y marcas - Derechos de propiedad industrial e intelectual - Puesta en marcha, gestión y cierre de una empresa - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15556,
      "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": 981,
          "failed": 11,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".ppg-accordion > li:nth-child(1)",
              ".ppg-accordion > li:nth-child(2)",
              ".ppg-accordion > li:nth-child(3)",
              ".ppg-accordion > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7f7a7dcc4e6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4f328bfa"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 3715b726c32",
            "html": "<h3 id=\"-63715b726c32\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65967e49a7fb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b84324e5"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-ddeea4ac8550",
            "html": "<h3 id=\"-ddeea4ac8550\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37449338f427",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-062835f5"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 291e3a8f124",
            "html": "<h3 id=\"-4291e3a8f124\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01501f6b29b6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0ce8f94f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\30 bf0303839f3",
            "html": "<h3 id=\"-0bf0303839f3\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bde51a7b6b0a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4b3f7452"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "d07db7d68d07",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "f08228892f36",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c810914d90a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-27dd9e02"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28b380165bc2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-63bdcbdb"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7c42ec01244",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-48af8aaf"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5a4c85fc753",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0b5b2efe"
          }
        ],
        "outcomeCount": 1037,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 11
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 530,
          "failed": 20,
          "cantTell": 122,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43163f9b5c24",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cdf125a800a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9114e1d8c04e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "166aa02a7746",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 673,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Public procurement: Notification of irregularities - Public contracts - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18561,
      "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": 999,
          "failed": 2,
          "cantTell": 6,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "7ca23ebbc844",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "700ca7d57ea5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1050,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 555,
          "failed": 19,
          "cantTell": 153,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d75250ada1f3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "890e138fefa2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 728,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "End of contract, resignations and dismissals - Conditions of employment, including for posted workers - Work and retirement - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15598,
      "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": 978,
          "failed": 5,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "3bd5f027fc05",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"collective agreements (Abre en nueva ventana)\" href=\"https://expinterweb.mites.gob.es/mapas/consultaAvanzada\" target=\"_blank\">collective agreements<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29230e7f902e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-87464d6f"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"labour guide. (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\">labour guide.<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb9364cc9593",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9172bb7c"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2004-21760&p=20180804&tn=1#a21\" target=\"_blank\" title=\"Artículo 21 Ley Orgánica 1/2004 de Medidas de Protección Integral contra la Violencia de Género (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "115fb8634ae3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f3a28518"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "c03c3c12f274",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1030,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 530,
          "failed": 18,
          "cantTell": 136,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56bef4af2398",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dce01117420",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 685,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Licencias o permisos para poner en marcha una empresa - Servicios - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 17709,
      "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": 982,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "48972169dab6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "fe1f6a6d0a4f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1033,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 533,
          "failed": 19,
          "cantTell": 157,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a20b680f003f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34c4e236d7b8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 710,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Iraungitako pasaporteak - Behar duzun dokumentuak ebn bidaiatzeko - Viajar dentro de la UE - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 13825,
      "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": 1028,
          "failed": 14,
          "cantTell": 8,
          "inapplicable": 41
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2219a457640",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ca1d702f"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e341eb4f286",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c611c2f0"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a80db6a4f5f7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-70332aad"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eeb6d6cbe618",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-eac0f05e"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\33 3de3ac9841f",
            "html": "<h3 id=\"-33de3ac9841f\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39b26ba3a7ae",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1fd12e28"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 f3d9179b981",
            "html": "<h3 id=\"-7f3d9179b981\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d428a0d5ab8f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2725b8b6"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\34 2f8122d8dc1",
            "html": "<h3 id=\"-42f8122d8dc1\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1475164c0969",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-52c0fd99"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-f2f8100a4320",
            "html": "<h3 id=\"-f2f8100a4320\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcffc0800c11",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-582f9118"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "e6a5a3c03eae",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "ce1fcf02002e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e02c0aaf92a5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-44b5e73d"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(3) > .ppg-accordion.ui-accordion.ui-widget > li",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "018fdc4b9fe8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-75d310d4"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(4) > .ppg-accordion.ui-accordion.ui-widget > li",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4512b716d9b5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0da6df95"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(5) > .ppg-accordion.ui-accordion.ui-widget > li",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d74521c36f4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-aae85fc1"
          }
        ],
        "outcomeCount": 1091,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 14
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 537,
          "failed": 28,
          "cantTell": 140,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33f3f4d70351",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02b8a84f1d52",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3471847769d6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baa66dd23128",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 706,
        "duplicateFailedCount": 24,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 24
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Acquiring nationality - Residence - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 18882,
      "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": 1025,
          "failed": 2,
          "cantTell": 10,
          "inapplicable": 44
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "795ddfcf98a7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "7ff963da05d4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1081,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 531,
          "failed": 22,
          "cantTell": 151,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a9c6e8dc745",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bc875dc9e7d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 705,
        "duplicateFailedCount": 20,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 20
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Compraventa de productos y servicios: Sector inmobiliario - Compraventa de productos y servicios - Consumidores - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15602,
      "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": 1038,
          "failed": 4,
          "cantTell": 6,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "13155f83907e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\" Ley 5/2019, de 15 de marzo (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2019-3814\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd73f39cbb0b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "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": ".lista1:nth-child(7) > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"El Registro de Condiciones Generales de la Contratación (Abre en nueva ventana)\" href=\"https://www.registradores.org/registro-de-condiciones-generales\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(7) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5ea3989d73e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-87e1b0bc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "2c538893419b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1090,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 556,
          "failed": 18,
          "cantTell": 137,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "684e3d40a635",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4b6ba8efe34",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 712,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Servicios que ofrece la Oficina Española de Patentes y Marcas - Patentes y marcas - Derechos de propiedad industrial e intelectual - Puesta en marcha, gestión y cierre de una empresa - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 20077,
      "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": 1190,
          "failed": 21,
          "cantTell": 6,
          "inapplicable": 40
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".ppg-accordion > li:nth-child(1)",
              ".ppg-accordion > li:nth-child(2)",
              ".ppg-accordion > li:nth-child(3)",
              ".ppg-accordion > li:nth-child(4)",
              ".ppg-accordion > li:nth-child(5)",
              ".ppg-accordion > li:nth-child(6)",
              ".ppg-accordion > li:nth-child(7)",
              ".ppg-accordion > li:nth-child(8)",
              ".ppg-accordion > li:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b771242d4b08",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4f328bfa"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 d9d02715a33",
            "html": "<h3 id=\"-6d9d02715a33\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df08008c2875",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a7b846cb"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 d62fd7a6b3c",
            "html": "<h3 id=\"-6d62fd7a6b3c\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ed322f9e125",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-38122df4"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 ce8e3f781e0",
            "html": "<h3 id=\"-6ce8e3f781e0\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b9162e35d79",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7640e3e6"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\31 4c17933b1fc",
            "html": "<h3 id=\"-14c17933b1fc\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "625693c381ae",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f052b59f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 003aee41e0a",
            "html": "<h3 id=\"-6003aee41e0a\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41d2195da606",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-59806578"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-a429e862abec",
            "html": "<h3 id=\"-a429e862abec\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d56718a20ff6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67ddb605"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-f230ed23afc4",
            "html": "<h3 id=\"-f230ed23afc4\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b1668ad5eab",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-41e0dce5"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 18d4aa3ad19",
            "html": "<h3 id=\"-618d4aa3ad19\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9825bc1ee8a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0a3da3cf"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-cb63196ad1b9",
            "html": "<h3 id=\"-cb63196ad1b9\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-9\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0ddf601cdf6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-90ee47d9"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "2d6e52a4e741",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "c03474f78ca7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdb206153f4a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-27dd9e02"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1e7abb3357",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-63bdcbdb"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eec7073236d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-48af8aaf"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fdbf0e4b634",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0b5b2efe"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(5)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abd52a347e90",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e87eddc4"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(6)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7c66b76daa3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-972b4911"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(7)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d642588aff1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4118ca04"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(8)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b588d11e9a7b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3f4aa8c2"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(9)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2eda5fb97741",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f5fd9e40"
          }
        ],
        "outcomeCount": 1257,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 21
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 684,
          "failed": 26,
          "cantTell": 137,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cdc187faab2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "244eb7004156",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f294f082a6b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b79e55a8f8b5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 848,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/va/index.html",
      "finalUrl": "https://administracion.gob.es/pag_Home/va/index.html",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Administracion.gob.es - Punto de Acceso General",
      "elapsedMs": 18465,
      "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": 1783,
          "failed": 30,
          "cantTell": 24,
          "inapplicable": 37
        },
        "failedRules": [
          "aria-allowed-role",
          "aria-input-field-name",
          "aria-required-children",
          "aria-toggle-field-name",
          "heading-order",
          "image-alt",
          "label-title-only",
          "listitem",
          "nested-interactive",
          "presentation-role-conflict",
          "region"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-required-children",
          "aria-required-parent",
          "aria-roles",
          "aria-toggle-field-name",
          "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",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "696cbc9126e1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-94171a25"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25eefb4cb133",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-73e5a6b8"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7494b070729",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-22267b0a"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#ui-id-1",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicis ELECTRÒNICS freqüents</a>",
            "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": "11ae9771fc5d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-59e026ec"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4a2e0624d7c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d834057e"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1ca6bf2b36a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-64b1a086"
          },
          {
            "rule": "aria-allowed-role",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2fa5e92d26d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28a63ca1"
          },
          {
            "rule": "aria-input-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".ppg-slick--type1 > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 30000px; transform: translate3d(0px, 0px, 0px);\">",
            "message": "ARIA input fields must 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": "0f1c2ae30876",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8285365d"
          },
          {
            "rule": "aria-input-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "message": "ARIA input fields must 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": "661d231f7b37",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e8b5a2a9"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: ul[aria-hidden]",
            "relatedPaths": [
              "ul[data-slick-index=\"-2\"]",
              "ul[data-slick-index=\"-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1083bbb4b1ba",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-043cd27f"
          },
          {
            "rule": "aria-toggle-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "3a1ee3d0191b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e1098d67"
          },
          {
            "rule": "aria-toggle-field-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "9676920ca570",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3b44e3ba"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"] > .o-card--slick.o-card > .o-card__content > .t-fs-18.o-card__title",
            "html": "<h3 class=\"o-card__title ppg-heading t-fs-18\">Calendari laboral </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": "190bab1f2174",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b200dc40"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".fullImg",
            "html": "<img class=\"fullImg\" alt=\" \" title=\" \" src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "269e321cbd15",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4b3f07e"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "eeec2e960238",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56fb68d144f2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2754520c"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "560926041a56",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-dd0c709d"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23561a538de2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-30265d90"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "079ee9e8b9e5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2a40a978"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0fffc54352e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c80635b8"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"] > .ppg-slick__item",
            "html": "<li class=\"ppg-slick__item\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0949b0a19e2c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3bc05687"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a06e4801852",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-65b783ef"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ebb193e6600",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28686d67"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eca3946c372",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5347f5f5"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".ppg-tabs__item",
            "html": "<li class=\"ppg-tabs__item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\" role=\"tab\" tabindex=\"0\" aria-controls=\"tab-0\" aria-labelledby=\"ui-id-1\" aria-selected=\"true\" aria-expanded=\"true\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden=\"true\")",
            "relatedPaths": [
              "#ui-id-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8365626109e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5715b635"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item > .ppg-slick__link[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "354d60037c63",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-444b58f5"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide11\"] > .ppg-slick__item > .ppg-slick__link[href$=\"lamoncloa.gob.es/\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "nested-interactive",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/nested-interactive?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide12\"] > .ppg-slick__item > .ppg-slick__link[href$=\"youreurope.eu\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "#ui-id-1",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicis ELECTRÒNICS freqüents</a>",
            "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": "bcd7f29c57f8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98c4d3fe"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#general_content > div:nth-child(3)",
            "html": "<div>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39a1bc830715",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f99eb432"
          }
        ],
        "outcomeCount": 1874,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 28
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 905,
          "failed": 49,
          "cantTell": 183,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R37",
          "QW-ACT-R48",
          "QW-ACT-R65",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R30",
          "QW-ACT-R33",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R38",
          "QW-ACT-R4",
          "QW-ACT-R44",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R16",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca9e46790e8c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-316438ae"
          },
          {
            "rule": "QW-ACT-R16",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R17",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/23a2a8/",
            "description": "The test target doesn't have an accessible name.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24eba8e37e68",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a296e9ec"
          },
          {
            "rule": "QW-ACT-R48",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/46ca7f/",
            "description": "The test target is in the accessibility tree.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target is in the accessibility tree.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "011e805daced",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-880ac3b1"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8359abbece9a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cbe353ce"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R37",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef9f35d0191f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-568e42ae"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R65",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
            "description": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9092446a5ea1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 1138,
        "duplicateFailedCount": 43,
        "uniqueFailedCount": 6,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 45
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Working hours, leave and holidays - Conditions of employment, including for posted workers - Work and retirement - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 17324,
      "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": 1211,
          "failed": 12,
          "cantTell": 10,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "5623697dd33b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"collective agreements (Abre en nueva ventana)\" href=\"https://expinterweb.mites.gob.es/mapas/consultaAvanzada\" target=\"_blank\">collective agreements<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd8c264aa92e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-87464d6f"
          },
          {
            "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": ".title_mb_30:nth-child(2) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Labour Guide: (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\">Labour Guide:<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4bbb24da9ff",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9172bb7c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(9) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20200923&amp;tn=1#a36\" target=\"_blank\" title=\"(artículo 36 Estatuto de los Trabajadores) (Abre en nueva ventana)\">(Article&nbsp;36 of the Workers’ Statute) </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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "962208708d50",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-de2d0054"
          },
          {
            "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": ".title_mb_30:nth-child(3) > p:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\" title=\"Guía Laboral (Abre en nueva ventana)\">Labour Guide </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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > p:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1e9ee76ea3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6a05f8dc"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Labour Guide (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\">Labour Guide<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26d3d4427004",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2ffe1cb0"
          },
          {
            "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": ".title_mb_30:nth-child(5) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"38 of the Workers’ Statute (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a38\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "853837fd186f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-99d3e123"
          },
          {
            "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": ".title_mb_30:nth-child(5) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Labour Guide (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\">Labour Guide<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48b6580dd8df",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6614523"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"Labour Guide (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\">Labour Guide<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f26bc75b5713",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a963ee4"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"Social Security website (Abre en nueva ventana)\" href=\"http://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/44539/44667?changeLanguage=en\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec6981c88bc3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f30916b9"
          },
          {
            "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": ".title_mb_30:nth-child(7) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"Article 22 of Law 31/1995, on occupational risk prevention (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1995-24292&p=20141229&tn=1#a22\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f9284c7a3fe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7a48b2a9"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "60ae130b23c2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1275,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 12
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 669,
          "failed": 22,
          "cantTell": 175,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9b4463bf7c6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3cd6ac14e60",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 867,
        "duplicateFailedCount": 20,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 20
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Dominios .es - Derechos de propiedad industrial e intelectual - Puesta en marcha, gestión y cierre de una empresa - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16930,
      "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": 1085,
          "failed": 7,
          "cantTell": 15,
          "inapplicable": 43
        },
        "failedRules": [
          "empty-heading",
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".subtitulo:nth-child(4)",
            "html": "<h3 class=\"subtitulo\">&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": "a5d2a05a2faa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-535f4dac"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".title_mb_30:nth-child(5) > .subtitulo:nth-child(6)",
            "html": "<h3 class=\"subtitulo\">&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": "a77932d5eb1d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9134ccab"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "cb655f6105c0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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$=\"dominios.es/\"]",
            "html": "<a title=\"página oficial www.dominios.es (Abre en nueva ventana)\" href=\"http://www.dominios.es/\" target=\"_blank\">página oficial www.dominios.es<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > p:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edf070c77e75",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f839ef4b"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(2) > u > a[target=\"_blank\"]",
            "html": "<a title=\"Instrucción del Director General de la Entidad Pública Empresarial Red.es (Abre en nueva ventana)\" href=\"https://www.dominios.es/dominios/sites/dominios/files/files/Resoluci%C3%B3n%20del%20procedimiento%20de%20asignaci%C3%B3n%20de%20dominios%20_es.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .lista1 > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90b95a877f1c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b857988c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(3) > u > a[target=\"_blank\"]",
            "html": "<a title=\"Instrucción del Director General de Red.es (Abre en nueva ventana)\" href=\"https://www.dominios.es/dominios/sites/dominios/files/procedimiento%20cancelacion%20especial%2019092018.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .lista1 > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b003497e1943",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1018031c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "23eb1a3ff2ff",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1150,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 592,
          "failed": 27,
          "cantTell": 144,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R35",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "746e39ce5de0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2746ba705406",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6b06f195198",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 764,
        "duplicateFailedCount": 24,
        "uniqueFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 24
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Igualdad de trato y no discriminación - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16527,
      "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": 1226,
          "failed": 9,
          "cantTell": 6,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "490a36769b91",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"art. 4.2.c) del Estatuto de los Trabajadores) (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a4\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > p:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bef5cd59b825",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-82dc5345"
          },
          {
            "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": ".textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"art. 17 ET (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=1#a17\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca59a5e1a333",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bd521aa1"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(3) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"artículo 62.3 de la Ley para la igualdad real y efectiva de las personas trans y para la garantía de los derechos de las personas LGTBI (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2023-5366&p=20230301&tn=1#a6-4\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(8) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3f8661e52fe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bb1f09c0"
          },
          {
            "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[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"artículo 62.2 (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2023-5366&p=20230301&tn=1#a6-4\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(8) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b3034cec03a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-72c562a3"
          },
          {
            "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": ".textojustificado:nth-child(21) > a[target=\"_blank\"]",
            "html": "<a title=\"Inspección de Trabajo y Seguridad Social. (Abre en nueva ventana)\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/inspeccion.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(21)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20d249a287b0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9cf32352"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a title=\"Inspección de Trabajo y Seguridad Social (Abre en nueva ventana)\" href=\"/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/inspeccion.html\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8ce272dc6a2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-40ee2e1a"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 15.6 ET (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230317&tn=1#a15\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1ec5dad73b9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "3177c82afcfb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1283,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 678,
          "failed": 24,
          "cantTell": 156,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e96c1858d0b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe25a7d96842",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 859,
        "duplicateFailedCount": 22,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 22
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Gestational surrogacy - Minor children - Citizens’ and family rights - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 13266,
      "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": 955,
          "failed": 2,
          "cantTell": 6,
          "inapplicable": 44
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "f0e9522ddf68",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "bfeb53385299",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1007,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 495,
          "failed": 21,
          "cantTell": 129,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd0d95e738a5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f5cb355a98c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 646,
        "duplicateFailedCount": 19,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Excise duty on electricity - Excise Duties - Taxes - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14604,
      "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": 971,
          "failed": 3,
          "cantTell": 8,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "f0e1ef884287",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://sede.agenciatributaria.gob.es/Sede/en_gb/procedimientoini/DI02.shtml\" target=\"_blank\" title=\"Modelo autoliquiddativo 560 (Abre en nueva ventana)\">The 560 self-assessment form,</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > p:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e07b4780c925",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9af6d293"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "0f0e5298f9e0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1025,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 495,
          "failed": 21,
          "cantTell": 143,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f4531f6db19",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c133fb192a63",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 660,
        "duplicateFailedCount": 19,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 19
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/avisoLegal.html",
      "finalUrl": "https://administracion.gob.es/pag_Home/avisoLegal.html",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Aviso Legal - Punto de Acceso General",
      "elapsedMs": 14033,
      "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": 2,
          "cantTell": 1,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "landmark-complementary-is-top-level"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "9a0a6bfff0bc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "aside",
            "html": "<aside class=\"o-layout__sidebar\">\n\n\n\t\t</aside>",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The null landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37059de20ee7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb4c2a2"
          }
        ],
        "outcomeCount": 713,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 353,
          "failed": 7,
          "cantTell": 85,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ac02ba53969",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 446,
        "duplicateFailedCount": 6,
        "uniqueFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 6
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Registrar a familiares ciudadanos de la UE - Obtención de la residencia - Residencia - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14183,
      "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": 922,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "b717278d0ae1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "b2abd5e58337",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 974,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 475,
          "failed": 18,
          "cantTell": 131,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dffba64cd2e2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08edf68bc660",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 625,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Contracts. Salary. Self-employment - Conditions of employment, including for posted workers - Work and retirement - Citizens - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 17697,
      "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": 1379,
          "failed": 27,
          "cantTell": 8,
          "inapplicable": 39
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "empty-heading",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".ppg-accordion > li:nth-child(1)",
              ".ppg-accordion > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c89b53ef5345",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4f328bfa"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-e67f81d6adf6",
            "html": "<h3 id=\"-e67f81d6adf6\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe124cf80c87",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-531dc9a4"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-fa17f2e7376d",
            "html": "<h3 id=\"-fa17f2e7376d\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84acad7b1f14",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d7e70ec0"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".subtitulo:nth-child(9)",
            "html": "<h3 class=\"subtitulo\">&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": "234a3d261462",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0ed09551"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".subtitulo:nth-child(15)",
            "html": "<h3 class=\"subtitulo\">&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": "ec4c188cab44",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2729adbd"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "4bbe5d72214d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(4) > p:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20200923&tn=2\" target=\"_blank\" title=\"Estatuto de los Trabajadores (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > p:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "732fd602c646",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-644eb3c2"
          },
          {
            "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": "div:nth-child(5) > .lista1 > li:nth-child(1) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a15\" target=\"_blank\" title=\"art. 15.1 (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "div:nth-child(5) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "511c00ecfb8d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1147b886"
          },
          {
            "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[title=\") (Abre en nueva ventana)\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20230629&amp;tn=1#a15\" target=\"_blank\" title=\") (Abre en nueva ventana)\">)</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "div:nth-child(5) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f84596a0f9f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2966294c"
          },
          {
            "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": "div:nth-child(5) > .lista1 > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20230629&amp;tn=1#a16\" target=\"_blank\" title=\"artículo 16 (Abre en nueva ventana)\">Article&nbsp;16</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "div:nth-child(5) > .lista1 > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "550017c681d1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-894475a6"
          },
          {
            "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": "div:nth-child(7) > .lista1 > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20230629&amp;tn=1#a15\" target=\"_blank\" title=\"art. 15.2 (Abre en nueva ventana)\">Article&nbsp;15(2)</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "div:nth-child(7) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5e3edd17f87",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-aa6fed64"
          },
          {
            "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": "div:nth-child(7) > .lista1 > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20230629&amp;tn=1#a15\" target=\"_blank\" title=\"art. 15.3 (Abre en nueva ventana)\">Article&nbsp;15(3)</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "div:nth-child(7) > .lista1 > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b808c47ac080",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0bb1fee3"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20230629&amp;tn=1#a12\" target=\"_blank\" title=\"art.12 ET (Abre en nueva ventana)\">Article&nbsp;12</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37fb80036e77",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-36156fb8"
          },
          {
            "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": ".lista1:nth-child(12) > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20230629&amp;tn=1#a10\" target=\"_blank\" title=\"art. 10 (Abre en nueva ventana)\">Article&nbsp;10</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(12) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "268d027ed235",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-109d54c3"
          },
          {
            "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": ".lista1:nth-child(12) > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&amp;p=20230629&amp;tn=1#a11\" target=\"_blank\" title=\"art. 11 (Abre en nueva ventana)\">Article&nbsp;11</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(12) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23b975dbaad5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e57c56ef"
          },
          {
            "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": ".lista1:nth-child(12) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Article 11(2) (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a11\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(12) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb64c6940e90",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b2f54771"
          },
          {
            "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": ".lista1:nth-child(12) > li:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"Article 11(3)) (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2015-11430&p=20230629&tn=1#a11\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(12) > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d7c5b36c413",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1c342c4d"
          },
          {
            "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": ".title_mb_30:nth-child(4) > p:nth-child(13) > a[target=\"_blank\"]",
            "html": "<a href=\"http://www.mites.gob.es/es/Guia/texto/guia_5/index.htm\" target=\"_blank\" title=\"Guía Laboral  (Abre en nueva ventana)\">Labour Guide</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > p:nth-child(13)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6796492ec4ce",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d822c173"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a title=\"Labour guide. (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\">Labour guide.<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(7) > .textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cefffe5b0d25",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-40ee2e1a"
          },
          {
            "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": ".textojustificado:nth-child(14) > a[target=\"_blank\"]",
            "html": "<a title=\"Labour Guide (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\">Labour Guide<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(14)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eda0627ca4f5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-114de294"
          },
          {
            "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": ".textojustificado:nth-child(20) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"Labour Guide (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\">Labour Guide<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(20)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4dc99510ea9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7f222933"
          },
          {
            "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[title=\". (Abre en nueva ventana)\"]",
            "html": "<a title=\". (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/index.htm\" target=\"_blank\">.<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(20)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8bc6d266b01",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-81d36294"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"Law 20/2007 of 11 July (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2007-13409\" target=\"_blank\">Law 20/2007 of 11 July<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .lista1 > li:nth-child(1) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fcc006a981d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ea9ff94b"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(2) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"promotion of self-employment (Abre en nueva ventana)\" href=\"https://www.mites.gob.es/es/Guia/pdfs/Guia_Laboral_2024.pdf#page=75\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .lista1 > li:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3ffe8439cad",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9806c6d5"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "aa16673968b0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "274df6846175",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-27dd9e02"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25bb5abe738c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-63bdcbdb"
          }
        ],
        "outcomeCount": 1453,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 27
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 776,
          "failed": 32,
          "cantTell": 175,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R35",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "272be9f15040",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfc64722ad23",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2e887ede00b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83647aef8757",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb931bcbdf24",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 984,
        "duplicateFailedCount": 27,
        "uniqueFailedCount": 5,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 27
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Establishing the assets and liabilities of the bankrupt’s estate and the end of the bankruptcy - Insolvency and liquidation of companies - Starting, running and closing a business - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14612,
      "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": 1154,
          "failed": 2,
          "cantTell": 6,
          "inapplicable": 44
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "8b94b8c5b1f5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "ea1983e4dde3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1206,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 625,
          "failed": 20,
          "cantTell": 133,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4895cc06d14",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0aa4491c731",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 779,
        "duplicateFailedCount": 18,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 18
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Assistance and information - Public contracts: Participating in public tenders - Public contracts - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14728,
      "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": 936,
          "failed": 5,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "6f09d3556be2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[title=\"link. (Abre en nueva ventana)\"][target=\"_blank\"]",
            "html": "<a title=\"link. (Abre en nueva ventana)\" href=\"http://www.hacienda.gob.es/Documentacion/Publico/D.G.%20PATRIMONIO/Junta%20Consultiva/GuiaPracticaContratacionPublicaPyme.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb37bab18938",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f0334a5e"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[title=\"link. (Abre en nueva ventana)\"][target=\"_blank\"]",
            "html": "<a title=\"link. (Abre en nueva ventana)\" href=\"http://www.hacienda.gob.es/Documentacion/Publico/D.G. PATRIMONIO/Junta Consultiva/GUIA_CONTRATACION_v41_0.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce58db0ca4f0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2893b898"
          },
          {
            "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[title=\"link (Abre en nueva ventana)\"]",
            "html": "<a title=\"link (Abre en nueva ventana)\" href=\"https://www.hacienda.gob.es/en-GB/Oirescon/Paginas/guias.aspx\" target=\"_blank\">link<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab5a5472b9cb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7650c652"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "9af161df99eb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 988,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 511,
          "failed": 17,
          "cantTell": 148,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7b73b953ade",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9f4803194e4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 677,
        "duplicateFailedCount": 15,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 15
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tramites.html",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tramites.html",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Trámites y Servicios Electrónicos - Punto de Acceso General",
      "elapsedMs": 20210,
      "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": 719,
          "failed": 1,
          "cantTell": 1,
          "inapplicable": 45
        },
        "failedRules": [
          "label-title-only"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "517bcefddeea",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          }
        ],
        "outcomeCount": 766,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 360,
          "failed": 15,
          "cantTell": 91,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "122e80f8b38e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 467,
        "duplicateFailedCount": 14,
        "uniqueFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Viajar con animales de compañía en el interior de la UE - Viajar dentro de la UE - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14131,
      "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": 1152,
          "failed": 10,
          "cantTell": 8,
          "inapplicable": 42
        },
        "failedRules": [
          "empty-heading",
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".title_mb_30:nth-child(1) > .subtitulo:nth-child(6)",
            "html": "<h3 class=\"subtitulo\">&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": "578945a71918",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3c9c9f29"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".subtitulo:nth-child(9)",
            "html": "<h3 class=\"subtitulo\">&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": "3c8b535a8514",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-0ed09551"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".title_mb_30:nth-child(3) > .subtitulo:nth-child(10)",
            "html": "<h3 class=\"subtitulo\">&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": "9be64910f037",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3ff77c95"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "ad7cba5d92db",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".lista1:nth-child(8) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"anexo I de la Instrucción (Abre en nueva ventana)\" href=\"https://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/introenespperrosgatoshuronesdeotroseemm_2_tcm30-379813.pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(8) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e8fd11ccda4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-da87e18f"
          },
          {
            "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": ".textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"certificado veterinario conforme al modelo INTRA-2 (Abre en nueva ventana)\" href=\"https://www.mapa.gob.es/es/ganaderia/temas/comercio-exterior-ganadero/certificado_sanitario_introduccion_espana_aves_compania_tcm30-380422.pdf\" style=\"font-size: 1em;\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c51bf6886338",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bd521aa1"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a title=\"Reglamento (UE) 2016/429 (Abre en nueva ventana)\" href=\"https://eur-lex.europa.eu/legal-content/ES/TXT/?uri=CELEX%3A32016R0429\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "338565abeafd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-40ee2e1a"
          },
          {
            "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": ".textojustificado:nth-child(12) > a[target=\"_blank\"]",
            "html": "<a title=\"enlace a una página de la Comisión Europea (Abre en nueva ventana)\" href=\"http://ec.europa.eu/food/animal/liveanimals/pets/nat_rules_dogscatferret_en.htm\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado:nth-child(12)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1fb03669ba6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b3b56616"
          },
          {
            "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": ".textojustificado:nth-child(13) > a",
            "html": "<a title=\"este enlace a una página&nbsp;de la Comisión Europea\" href=\"http://ec.europa.eu/food/animal/liveanimals/pets/nat_rules_dogscatferret_en.htm\">este enlace a una página&nbsp;de la Comisión Europea</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(13)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7de0eb1cd1be",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-57e93680"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "04e16f05c833",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1212,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 10
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 620,
          "failed": 29,
          "cantTell": 146,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R35",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d77459fe27f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e6675a52066",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R35",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
            "description": "The test target accessible name doesn't exist or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3334debc8701",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 796,
        "duplicateFailedCount": 26,
        "uniqueFailedCount": 3,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 26
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Actividades transfronterizas. Registros y notariado - Notificación de actividades transfronterizas - Servicios - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15021,
      "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": 951,
          "failed": 8,
          "cantTell": 6,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "6c17a8650224",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a title=\"Directiva (UE) 2019/1151, de 20 de junio de 2019 (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2019-81158\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "931e88c5954e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3b0b9826"
          },
          {
            "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": ".textojustificado:nth-child(3) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"Directiva 2019/2121, de 27 de noviembre, (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2019-81935\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd021599a927",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-60cddf02"
          },
          {
            "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[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"Ley 11/2023, de 8 de mayo (Abre en nueva ventana)\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-24913\" style=\"font-size: 1em;\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bb1e478970c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-72c562a3"
          },
          {
            "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[target=\"_blank\"]:nth-child(4)",
            "html": "<a title=\"Real Decreto-ley 5/2023, de 28 de junio (Abre en nueva ventana)\" href=\"https://www.boe.es/diario_boe/txt.php?id=BOE-A-2023-15135\" style=\"font-size: 1em;\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adc8b56100a0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-073cde52"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"Directiva (UE) 2025/25 del Parlamento Europeo y del Consejo, de 19 de diciembre de 2024. (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2025-80015\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a028e9138eee",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f334204c"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"Directiva (UE) 2025/25 (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/doc.php?id=DOUE-L-2025-80015\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31282913561e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-12a4c599"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "5848056cc9d3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1008,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 495,
          "failed": 18,
          "cantTell": 132,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bfbd034939f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9910fa71d8d6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 646,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Alta como empresario - Seguridad social - Empleados - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16877,
      "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": 972,
          "failed": 16,
          "cantTell": 6,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "7e05f964e0f6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\" enlace. (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227/1228?changeLanguage=es\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "885c6838f37a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-87464d6f"
          },
          {
            "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[title=\"enlace (Abre en nueva ventana)\"]",
            "html": "<a title=\"enlace (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227?changeLanguage=es\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a87b8c27cc1e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e389bd3f"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://portal.seg-social.gob.es/wps/portal/importass/importass/Categorias/Altas%2C+bajas+y+modificaciones/Altas+y+afiliacion+de+trabajadores/Solicitar+el+numero+de+la+Seguridad+Social\" target=\"_blank\">Solicitar el número de la Seguridad Social</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b308844e892",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/Afiliacion+e+Inscripcion/202377\" target=\"_blank\">Inscripción y asignación de CCC para empresario individual</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83afd4ba3188",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d0e55ba5"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/Afiliacion+e+Inscripcion/1404TGSS\" target=\"_blank\">Empresario Colectivo. Identificación de Empresa. Asignación de CCC inicial.</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c23ddb1563ef",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f334204c"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://portal.seg-social.gob.es/wps/portal/importass/importass/Categorias/Altas%2C+bajas+y+modificaciones/Altas+y+afiliacion+de+trabajadores/Alta+en+empleo+de+hogar\" style=\"font-size: 1em;\" target=\"_blank\">Alta en empleo de hogar</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d73c9aa2c5e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1eacc5c4"
          },
          {
            "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": ".textojustificado:nth-child(5) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://portal.seg-social.gob.es/wps/portal/importass/importass/inicio\" style=\"font-size: 1em;\" target=\"_blank\" title=\"Portal de la Tesorería General de la Seguridad Social  (Abre en nueva ventana)\">Portal de la Tesorería General de la Seguridad Social&nbsp;</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93d1f260c2ee",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cf30fcec"
          },
          {
            "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[target=\"_blank\"]:nth-child(3)",
            "html": "<a href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/SSMovil/listadoAplicaciones/detalleAplicacionMobile/APPTesoreria/AppTGSS\" style=\"font-size: 1em;\" target=\"_blank\" title=\"App IMPORTASS Seguridad Social (Abre en nueva ventana)\">App IMPORTASS</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7641a4a9d18c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-72c562a3"
          },
          {
            "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[target=\"_blank\"]:nth-child(4)",
            "html": "<a href=\"https://sede.seg-social.gob.es/wps/portal/sede/sede/EmpresasyProfesionales/Afiliacion+e+Inscripcion/202377\" style=\"font-size: 1em;\" target=\"_blank\">&nbsp;Inscripción y Asignación de CCC para empresario individual</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eac980413ff6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-073cde52"
          },
          {
            "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": ".textojustificado:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.seg-social.es/wps/portal/wss/internet/Empresarios/Inscripcion/1227/1230\" style=\"font-size: 1em;\" target=\"_blank\" title=\"Forma y plazos de comunicar la inscripción (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fdad6909f1c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bd521aa1"
          },
          {
            "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": ".textojustificado:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/39641/\" target=\"_blank\" title=\"Mutuas colaboradoras de la Seguridad Social (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e6712195968",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-40ee2e1a"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > .parrafoLista > a[target=\"_blank\"]",
            "html": "<a title=\"Sistema RED (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/5300\" target=\"_blank\">Sistema RED<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "li:nth-child(1) > .parrafoLista"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bc549921a5b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67d84d0d"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(2) > .parrafoLista > a[target=\"_blank\"]",
            "html": "<a title=\"Cambio y comunicació...\" href=\"https://sede.seg-soc...\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "li:nth-child(2) > .parrafoLista"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "621a630b0a28",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6968039"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(4) > .parrafoLista > a[target=\"_blank\"]",
            "html": "<a title=\"conceptos retributivos  (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/InformacionUtil/5300/2867?changeLanguage=es\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "li:nth-child(4) > .parrafoLista"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed15539bf489",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f14b7500"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "795b0366dbbe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1037,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 16
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 517,
          "failed": 18,
          "cantTell": 143,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a699bb770d0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bfabd8dcfe6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 679,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Contratación pública: Presentación de ofertas - Contratación pública - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14877,
      "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": 982,
          "failed": 4,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "2924f9c16a36",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .textojustificado:nth-child(3) > a[title=\"enlace (Abre en nueva ventana)\"][target=\"_blank\"]",
            "html": "<a title=\"enlace (Abre en nueva ventana)\" href=\"https://firmaelectronica.gob.es/Home/Ciudadanos/Certificados-Electronicos.html\" target=\"_blank\">enlace<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f4a90c69e32",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c890782b"
          },
          {
            "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": ".title_mb_30:nth-child(5) > .textojustificado:nth-child(3) > a[title=\"enlace (Abre en nueva ventana)\"][target=\"_blank\"]",
            "html": "<a title=\"enlace (Abre en nueva ventana)\" href=\"https://contrataciondelestado.es/wps/portal/guiasAyuda\" target=\"_blank\">enlace<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(5) > .textojustificado:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b29165e9a5b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1406ae91"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "ad34739084b9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1035,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 537,
          "failed": 20,
          "cantTell": 160,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R68",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b15e9f4faae",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c62702e9a8d2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 718,
        "duplicateFailedCount": 18,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 18
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Eliminación de residuos domésticos - Conexión a servicios - Consumidores - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 17710,
      "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": 1067,
          "failed": 9,
          "cantTell": 8,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "e5e7658507f0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"diferentes tipos de residuos domésticos (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/Default.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e429536c4ad8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "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[title=\"vidrio (Abre en nueva ventana)\"]",
            "html": "<a title=\"vidrio (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/vidrio/Por-que-debe-gestionar-adecuadamente.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "433f53913fc3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a8b0290c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"papel-cartón (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/papel-y-carton/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e2ea86255a5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-770bd372"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"envases ligeros (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d51eba1fc070",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a2135b1"
          },
          {
            "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[title=\"pilas (Abre en nueva ventana)\"]",
            "html": "<a title=\"pilas (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/pilas-y-acumuladores/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d92b9ef35bd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-96c75b75"
          },
          {
            "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[title=\"textil (Abre en nueva ventana)\"]",
            "html": "<a title=\"textil (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/textil-y-calzado/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bc655a498f6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9e7fa32e"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"aceites (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/aceites-cocina/Default.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8605a30d035",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f382b37d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "a12917e61de9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1126,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 596,
          "failed": 20,
          "cantTell": 164,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac2b50bd84e0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "134d67f72e70",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 781,
        "duplicateFailedCount": 18,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 18
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Eliminación de residuos domésticos - Conexión a servicios - Consumidores - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16875,
      "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": 1067,
          "failed": 9,
          "cantTell": 8,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "914cbaf824ce",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"diferentes tipos de residuos domésticos (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/Default.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d52f7366ce65",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "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[title=\"vidrio (Abre en nueva ventana)\"]",
            "html": "<a title=\"vidrio (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/vidrio/Por-que-debe-gestionar-adecuadamente.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07c9b5d021f3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a8b0290c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > a[target=\"_blank\"]:nth-child(2)",
            "html": "<a title=\"papel-cartón (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/papel-y-carton/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08e1c60c5c03",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-770bd372"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"envases ligeros (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/envases/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddfc5cb0881c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a2135b1"
          },
          {
            "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[title=\"pilas (Abre en nueva ventana)\"]",
            "html": "<a title=\"pilas (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/pilas-y-acumuladores/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4e699c9113a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-96c75b75"
          },
          {
            "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[title=\"textil (Abre en nueva ventana)\"]",
            "html": "<a title=\"textil (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/textil-y-calzado/\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a9c3248d55e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9e7fa32e"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]:nth-child(3)",
            "html": "<a title=\"aceites (Abre en nueva ventana)\" href=\"https://www.miteco.gob.es/es/calidad-y-evaluacion-ambiental/temas/prevencion-y-gestion-residuos/flujos/domesticos/fracciones/aceites-cocina/Default.aspx\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2649ebadcc48",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f382b37d"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "05da5a8a0ce7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1126,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 596,
          "failed": 20,
          "cantTell": 164,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f768eefefbe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb0118b77ee9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 781,
        "duplicateFailedCount": 18,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 18
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Reconocimiento de género - Ciudadanía y vida familiar - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 15018,
      "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": 1031,
          "failed": 3,
          "cantTell": 10,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "ff6ec2247a10",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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": ".textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Ley 4/2023, de 28 de febrero, para la igualdad real y efectiva de las personas trans y para la garantía de los derechos de las personas LGTBI (2 de marzo de 2023)  (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-2023-5366\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf274ac67f58",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c5ea357c"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "b5b9a5eca5c0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1086,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 550,
          "failed": 22,
          "cantTell": 156,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c815ca234a9d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b32d7c19447b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 729,
        "duplicateFailedCount": 20,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 20
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "National financing: Registers and notaries - National funding - Funding - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14279,
      "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": 1057,
          "failed": 2,
          "cantTell": 5,
          "inapplicable": 44
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "edb8ffba7b01",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "00cfda216466",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1108,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 596,
          "failed": 17,
          "cantTell": 123,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70d74f150025",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3617a40cd7b2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 737,
        "duplicateFailedCount": 15,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 15
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Seguro de crédito - Puesta en marcha, gestión y cierre de una empresa - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16229,
      "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": 1179,
          "failed": 22,
          "cantTell": 6,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "9a1c98c7abc1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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[title=\"Aquí (Abre en nueva ventana)\"]",
            "html": "<a title=\"Aquí (Abre en nueva ventana)\" href=\"https://www.cesce.es/es/corporativo/agencia-de-credito-a-la-exportacion-eca\" target=\"_blank\">Aquí<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aed0db0cce19",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1ad20c06"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"Seguro para Créditos de Circulante (Abre en nueva ventana)\" href=\"https://www.cesce.es/creditos-circulante\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "362b68ede590",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-48ea74ba"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Suministrador, actuando el banco como beneficiario de la Póliza (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67fab5d0d1aa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a832a213"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Comprador (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-de-credito-comprador\" target=\"_blank\">Crédito Comprador<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "011ff94e5541",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7044ccb6"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"Póliza de Ejecución de Avales (Abre en nueva ventana)\" href=\"https://www.cesce.es/seguro-fiadores-riesgo-ejecucion-fianzas\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd43a19a4a9e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5f31681c"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"Póliza de Ejecución de Avales (Abre en nueva ventana)\" href=\"https://www.cesce.es/linea-fianzas-pymes\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c99d271b1d2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-83ddc47c"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"Inversiones Seguro a Financiadores (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-seguro-inversiones-exterior\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2894c58d2e5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-535adee2"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"Póliza de Seguro de Créditos Documentarios (Individual) (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-individual-de-creditos-documentarios\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "294f3d276d22",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28ccabe7"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a title=\"Póliza de Seguro de Créditos Documentarios (Abierta) (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-abierta-de-creditos-documentarios\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "779e845946c7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-43eb33d9"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(9) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Comprador (Abre en nueva ventana)\" href=\"https://www.cesce.es/seguro-operaciones-project-finance\" target=\"_blank\">Crédito Comprador<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3835d94401c0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-de2d0054"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(10) > a[target=\"_blank\"]",
            "html": "<a title=\"Seguro de financiación de Inversiones estratégicas (Abre en nueva ventana)\" href=\"https://www.cesce.es/es/w/cuenta-del-estado/polizas-verdes/poliza-verde-de-inversion\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(10)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8728562c07bc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5a303d71"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"Fianzas Seguro a Exportadores (Abre en nueva ventana)\" href=\"https://www.cesce.es/seguro-exportaciones-riesgo-ejecucion-fianzas\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0c77d12493f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e25011d2"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Suministrador (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3da9269eab21",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-36156fb8"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Suministrador (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2c879711c27",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e8f99f59"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"Seguro de Obras (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-seguro-de-obras-trabajos-en-el-exterior\" target=\"_blank\">Seguro de Obras<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0d51ad7205a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bfd3c70f"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"Seguro de Inversiones para Inversores (Abre en nueva ventana)\" href=\"https://www.cesce.es/creditos-circulante\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eef8df88bab3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f3a28518"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"anejo I del Consenso de la OCDE (Abre en nueva ventana)\" href=\"https://one.oecd.org/document/TAD/PG(2023)7/en/pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1e2e5e4ded0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bc4845f9"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.cesce.es/es/coberturas-electrointensivos/informacion-coberturas-electrointensivos\" target=\"_blank\" title=\"Abre una ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22e2a2421d5c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98b54106"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.cesce.es/es/w/coberturas-electrointensivos/avales-bancarios-cauciones-electrointensivos\" target=\"_blank\" title=\"Abre una ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1a38c8f9692",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f334204c"
          },
          {
            "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": ".textojustificado:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.cesce.es/es/w/coberturas-electrointensivos/garantias-vendedores-energia\" target=\"_blank\" title=\"Abre una ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff2bcacb7a3f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a0ea04ad"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "be07328a5a8b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1250,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 22
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 644,
          "failed": 22,
          "cantTell": 158,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d73f4a512d7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b97fd78266",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 825,
        "duplicateFailedCount": 20,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 20
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Relacionarte electrónicamente con la Administración - Trámites y Servicios Electrónicos - Punto de Acceso General",
      "elapsedMs": 16832,
      "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": 942,
          "failed": 2,
          "cantTell": 8,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "landmark-complementary-is-top-level"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "481123ffe2e8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "aside",
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The null landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d823fd826ea2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb4c2a2"
          }
        ],
        "outcomeCount": 994,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 495,
          "failed": 15,
          "cantTell": 129,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a81df493c522",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 640,
        "duplicateFailedCount": 14,
        "uniqueFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Compraventa de vehículos: Transferencia - Compraventa de vehículos: Paso a paso - Vehículos - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16573,
      "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": 906,
          "failed": 9,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".ppg-accordion > li:nth-child(1)",
              ".ppg-accordion > li:nth-child(2)",
              ".ppg-accordion > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23cf30581e33",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4f328bfa"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-f80a15597bae",
            "html": "<h3 id=\"-f80a15597bae\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a1c76adf5da",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a1b254e6"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\36 b9e27c7b956",
            "html": "<h3 id=\"-6b9e27c7b956\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e180217b534",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3df09228"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-f3ba1e8a0bea",
            "html": "<h3 id=\"-f3ba1e8a0bea\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5149e0b8fc31",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-71283fd3"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "e2059b260f9d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "22205f12f68f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e48ec86275f5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-27dd9e02"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4abceae7f65",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-63bdcbdb"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".ppg-accordion > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7176bb68cb7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-48af8aaf"
          }
        ],
        "outcomeCount": 960,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 477,
          "failed": 20,
          "cantTell": 116,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "454ca1b87b99",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7e5049f85fb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c7576397d36",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dda31a87087",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 614,
        "duplicateFailedCount": 16,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 16
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
      "finalUrl": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Elecciones europeas - Elecciones - Residencia - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 17403,
      "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": 1085,
          "failed": 23,
          "cantTell": 5,
          "inapplicable": 40
        },
        "failedRules": [
          "aria-required-children",
          "aria-required-parent",
          "label-title-only",
          "link-in-text-block",
          "link-name",
          "listitem"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b5168879b30",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bf3ff239"
          },
          {
            "rule": "aria-required-children",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ba11dd1ade9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ca1d702f"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 30594f3113d",
            "html": "<h3 id=\"-730594f3113d\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1f87c885cad",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7f7efb56"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-d0a2a4dd45d2",
            "html": "<h3 id=\"-d0a2a4dd45d2\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89b8ec1414a3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a1648b9c"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b45754f108f5",
            "html": "<h3 id=\"-b45754f108f5\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af9023bbc49d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e25eaa1e"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\38 969927d2b79",
            "html": "<h3 id=\"-8969927d2b79\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5953a6c79d4c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-826fa8a5"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-cd6e6aae025c",
            "html": "<h3 id=\"-cd6e6aae025c\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2efe26d26b9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b1c54558"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-b19311584e64",
            "html": "<h3 id=\"-b19311584e64\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-6\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dd658dbebc5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ba6c6bed"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-\\37 efa69935aec",
            "html": "<h3 id=\"-7efa69935aec\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-7\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "458bf0a12e3a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2d4d505a"
          },
          {
            "rule": "aria-required-parent",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": "#-ef3bc872512f",
            "html": "<h3 id=\"-ef3bc872512f\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-8\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d8f9c3ffd49",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cf446096"
          },
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "f85f2cef96b1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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[title=\"Votar desde el extranjero\"]",
            "html": "<a title=\"Votar desde el extranjero\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/votar-desde-extranjero.html\">Votar desde el extranjero</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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2da9d4785a1f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-820fe3ec"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\" 210 bis de la Ley Orgánica del Régimen Electoral General) (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-11672&p=20190625&tn=1#adoscientosdiezbis\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16d5670c54a0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"artículo 6 Ley Orgánica del Régimen Electoral General (Abre en nueva ventana)\" href=\"https://www.boe.es/buscar/act.php?id=BOE-A-1985-11672&p=20190625&tn=1#asexto\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "li:nth-child(1) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "345eaa5ebf6f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ea9ff94b"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "c3b200c3b32b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4581178ff34d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2ad69e98"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f19318ffe67e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-464eb7e3"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2ed5c10c442",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-eb464acc"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(1) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd6e2d4b01e0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-43808897"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c571cc1528d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-758c9f7a"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11a76851fe40",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-ef8e187b"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a01b9eb0eea1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bc1a2c8e"
          },
          {
            "rule": "listitem",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/listitem?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".title_mb_30:nth-child(2) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
            "html": "<li class=\"\">",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0469d688c2f6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-38010e37"
          }
        ],
        "outcomeCount": 1153,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 599,
          "failed": 27,
          "cantTell": 129,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R33",
          "QW-ACT-R38",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R13",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9db13d90b66",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb57f53f7ceb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "rule": "QW-ACT-R38",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
            "description": "The test target owns elements that doesn't have the correct role.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ffc24f047c4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R33",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
            "description": "The test target parent doesn't have the required context `role`.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c1a1a3038af",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 756,
        "duplicateFailedCount": 23,
        "uniqueFailedCount": 4,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 23
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
      "finalUrl": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Suscripciones de ayudas, subvenciones, becas y premios - Ayudas - Punto de Acceso General",
      "elapsedMs": 13367,
      "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": 836,
          "failed": 4,
          "cantTell": 2,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "landmark-complementary-is-top-level",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "ced71ceed918",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "landmark-complementary-is-top-level",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "aside",
            "html": "<aside class=\"o-layout__sidebar\">",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The null landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a53d3f5e719",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb4c2a2"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[title=\"iOs (Abre en nueva ventana)\"]",
            "html": "<a title=\"iOs (Abre en nueva ventana)\" href=\"https://apps.apple.com/es/app/l%C3%ADneas-de-ayuda/id1126334060\" target=\"_blank\">iOs<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "li:nth-child(3) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30995b0293d9",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a7cc4997"
          },
          {
            "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[target=\"_blank\"]:nth-child(4)",
            "html": "<a title=\"Android (Abre en nueva ventana)\" href=\"https://play.google.com/store/apps/details?id=es.gob.lineaayudas\" target=\"_blank\">Android<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "li:nth-child(3) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4346e2f20ef",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-073cde52"
          }
        ],
        "outcomeCount": 884,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 439,
          "failed": 14,
          "cantTell": 101,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R67",
          "QW-ACT-R71",
          "QW-ACT-R76"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12bd592526d0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 555,
        "duplicateFailedCount": 13,
        "uniqueFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 13
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Centro de asistencia nacional para el reconocimiento de cualificaciones profesionales - Reconocimiento de cualificaciones de profesiones reguladas - Trabajo y jubilación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 13229,
      "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": 802,
          "failed": 2,
          "cantTell": 4,
          "inapplicable": 44
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "08e47463b5d2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "cad74ebfd2df",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 852,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 407,
          "failed": 16,
          "cantTell": 110,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "604afd88b184",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "875d4d509345",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 534,
        "duplicateFailedCount": 14,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 14
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Standards and specifications: Pharmaceutical Industry - Product standards, technical specifications and certification - Goods - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16260,
      "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": 1133,
          "failed": 5,
          "cantTell": 7,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "e5dd119f5f77",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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[title=\"CEN (Abre en nueva ventana)\"]",
            "html": "<a title=\"CEN (Abre en nueva ventana)\" href=\"https://www.cen.eu/Pages/default.aspx\" target=\"_blank\">CEN<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e91f72b5ccd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-effb343d"
          },
          {
            "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$=\"cenelec.eu/\"]",
            "html": "<a title=\"CENELEC (Abre en nueva ventana)\" href=\"https://www.cenelec.eu/\" target=\"_blank\">CENELEC<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24324e254968",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-9d4a6b60"
          },
          {
            "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[title=\"NANDO (Abre en nueva ventana)\"]",
            "html": "<a title=\"NANDO (Abre en nueva ventana)\" href=\"https://ec.europa.eu/growth/tools-databases/nando/\" target=\"_blank\">NANDO<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(24)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "226075e8bf26",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d810a0fc"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "06a5374b388b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1188,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 613,
          "failed": 26,
          "cantTell": 153,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2928b56f9690",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5383f94f6637",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 793,
        "duplicateFailedCount": 24,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 24
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
      "finalUrl": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Licencias o permisos para poner en marcha una empresa - Servicios - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16609,
      "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": 982,
          "failed": 2,
          "cantTell": 7,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "0bdd331befd6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https :// europa.eu/youreurope/search/index _ es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "86bb1ae3c88f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1033,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 533,
          "failed": 19,
          "cantTell": 157,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d239a6a0300",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a03dad46666d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 710,
        "duplicateFailedCount": 17,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 17
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
      "finalUrl": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Contrato formativo para la obtención de la práctica profesional - Contratos y programas de prácticas - Educación, voluntariado, contrato de prácticas e investigación - Ciudadanos - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14493,
      "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": 939,
          "failed": 2,
          "cantTell": 5,
          "inapplicable": 42
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "label",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "a20796e55a0b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_é.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "5b38f5cb5f63",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 988,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 499,
          "failed": 17,
          "cantTell": 131,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7f78eb45d15",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9f8c8701687",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 648,
        "duplicateFailedCount": 15,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 15
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
      "finalUrl": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Award procedures - Public contracts: Participating in public tenders - Public contracts - Business - Your rights and obligations in the EU - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 14857,
      "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": 1024,
          "failed": 2,
          "cantTell": 11,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-name"
        ],
        "passedRules": [
          "area-alt",
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "ac22924a69d8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_en.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "13de222c05a0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1080,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 553,
          "failed": 23,
          "cantTell": 180,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1b898e33fc2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6dd211ad0c4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 757,
        "duplicateFailedCount": 21,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 21
    },
    {
      "submittedUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
      "finalUrl": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
      "redirected": false,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=UTF-8",
      "pageTitle": "Seguro de crédito - Puesta en marcha, gestión y cierre de una empresa - Empresas - Tus derechos y obligaciones en la UE - Tu espacio europeo - Punto de Acceso General",
      "elapsedMs": 16452,
      "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": 1179,
          "failed": 22,
          "cantTell": 6,
          "inapplicable": 43
        },
        "failedRules": [
          "label-title-only",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "html-xml-lang-mismatch",
          "image-alt",
          "image-redundant-alt",
          "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",
          "tabindex",
          "valid-lang"
        ],
        "failures": [
          {
            "rule": "label-title-only",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/label-title-only?application=playwright",
            "impact": "serious",
            "wcagSc": [],
            "xpath": "#buscador-header",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "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": "fe74be25ca43",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "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[title=\"Aquí (Abre en nueva ventana)\"]",
            "html": "<a title=\"Aquí (Abre en nueva ventana)\" href=\"https://www.cesce.es/es/corporativo/agencia-de-credito-a-la-exportacion-eca\" target=\"_blank\">Aquí<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(1) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "440503c84927",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-1ad20c06"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"Seguro para Créditos de Circulante (Abre en nueva ventana)\" href=\"https://www.cesce.es/creditos-circulante\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af6065ad53b7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-48ea74ba"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Suministrador, actuando el banco como beneficiario de la Póliza (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c05680e0ab2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a832a213"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Comprador (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-de-credito-comprador\" target=\"_blank\">Crédito Comprador<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94d5905dd2d7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-7044ccb6"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"Póliza de Ejecución de Avales (Abre en nueva ventana)\" href=\"https://www.cesce.es/seguro-fiadores-riesgo-ejecucion-fianzas\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b80d77a9bd1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5f31681c"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"Póliza de Ejecución de Avales (Abre en nueva ventana)\" href=\"https://www.cesce.es/linea-fianzas-pymes\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b94714f4205e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-83ddc47c"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a title=\"Inversiones Seguro a Financiadores (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-seguro-inversiones-exterior\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cde270aaefa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-535adee2"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(7) > a[target=\"_blank\"]",
            "html": "<a title=\"Póliza de Seguro de Créditos Documentarios (Individual) (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-individual-de-creditos-documentarios\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1574c8e6374b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28ccabe7"
          },
          {
            "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": ".lista1:nth-child(5) > li:nth-child(8) > a[target=\"_blank\"]",
            "html": "<a title=\"Póliza de Seguro de Créditos Documentarios (Abierta) (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-abierta-de-creditos-documentarios\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(8)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fc371011991",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-43eb33d9"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(9) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Comprador (Abre en nueva ventana)\" href=\"https://www.cesce.es/seguro-operaciones-project-finance\" target=\"_blank\">Crédito Comprador<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba374561efa5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-de2d0054"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(10) > a[target=\"_blank\"]",
            "html": "<a title=\"Seguro de financiación de Inversiones estratégicas (Abre en nueva ventana)\" href=\"https://www.cesce.es/es/w/cuenta-del-estado/polizas-verdes/poliza-verde-de-inversion\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(5) > li:nth-child(10)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd5c1c5eca94",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5a303d71"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(1) > a[target=\"_blank\"]",
            "html": "<a title=\"Fianzas Seguro a Exportadores (Abre en nueva ventana)\" href=\"https://www.cesce.es/seguro-exportaciones-riesgo-ejecucion-fianzas\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ad4711ece49",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e25011d2"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Suministrador (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "776e0fe3a6f0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-36156fb8"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(3) > a[target=\"_blank\"]",
            "html": "<a title=\"Crédito Suministrador (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-individual-de-credito-suministrador-2\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8584b73e9ac",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e8f99f59"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a title=\"Seguro de Obras (Abre en nueva ventana)\" href=\"https://www.cesce.es/poliza-seguro-de-obras-trabajos-en-el-exterior\" target=\"_blank\">Seguro de Obras<img alt=\"(Abre en nueva ventana)\" src=\"/resources/templating-kit/themes/pag/img/general/icons/ico_enlace.png\" class=\"ventana-nueva-next\"></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.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75e7161c8edb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bfd3c70f"
          },
          {
            "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": ".lista1:nth-child(9) > li:nth-child(5) > a[target=\"_blank\"]",
            "html": "<a title=\"Seguro de Inversiones para Inversores (Abre en nueva ventana)\" href=\"https://www.cesce.es/creditos-circulante\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1:nth-child(9) > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a8deaa063f4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f3a28518"
          },
          {
            "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": ".title_mb_30:nth-child(3) > .textojustificado > a[target=\"_blank\"]",
            "html": "<a title=\"anejo I del Consenso de la OCDE (Abre en nueva ventana)\" href=\"https://one.oecd.org/document/TAD/PG(2023)7/en/pdf\" target=\"_blank\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c49c7b00c19d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-bc4845f9"
          },
          {
            "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": ".title_mb_30:nth-child(4) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.cesce.es/es/coberturas-electrointensivos/informacion-coberturas-electrointensivos\" target=\"_blank\" title=\"Abre una ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1900eaf7722f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98b54106"
          },
          {
            "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": ".textojustificado:nth-child(4) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.cesce.es/es/w/coberturas-electrointensivos/avales-bancarios-cauciones-electrointensivos\" target=\"_blank\" title=\"Abre una ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(4) > .textojustificado:nth-child(4)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92e3fd261fa1",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f334204c"
          },
          {
            "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": ".textojustificado:nth-child(6) > a[target=\"_blank\"]",
            "html": "<a href=\"https://www.cesce.es/es/w/coberturas-electrointensivos/garantias-vendedores-energia\" target=\"_blank\" title=\"Abre una ventana nueva (Abre en nueva ventana)\">",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(6)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd1f48d6a86e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a0ea04ad"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\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": "14c429700d81",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ],
        "outcomeCount": 1250,
        "darkModeScanned": false,
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 22
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "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": true,
        "error": null,
        "counts": {
          "passed": 644,
          "failed": 22,
          "cantTell": 158,
          "inapplicable": 1
        },
        "failedRules": [
          "QW-ACT-R12",
          "QW-ACT-R76"
        ],
        "passedRules": [
          "QW-ACT-R1",
          "QW-ACT-R11",
          "QW-ACT-R12",
          "QW-ACT-R16",
          "QW-ACT-R17",
          "QW-ACT-R2",
          "QW-ACT-R20",
          "QW-ACT-R22",
          "QW-ACT-R25",
          "QW-ACT-R27",
          "QW-ACT-R28",
          "QW-ACT-R34",
          "QW-ACT-R35",
          "QW-ACT-R37",
          "QW-ACT-R4",
          "QW-ACT-R48",
          "QW-ACT-R5",
          "QW-ACT-R65",
          "QW-ACT-R71",
          "QW-ACT-R76",
          "QW-ACT-R9"
        ],
        "failures": [
          {
            "rule": "QW-ACT-R12",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
            "description": "The test target doesn't have an accessible name, or it's empty ('').",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da1f53938225",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0566b053c1b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          },
          {
            "rule": "QW-ACT-R76",
            "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
            "description": "Element has contrast ratio lower than minimum.",
            "xpath": null,
            "selector": null,
            "html": null,
            "message": "Element has contrast ratio lower than minimum.",
            "isDuplicate": true,
            "duplicateOf": "qualweb"
          }
        ],
        "outcomeCount": 825,
        "duplicateFailedCount": 20,
        "uniqueFailedCount": 2,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 20
    }
  ],
  "enhanced": {
    "consolidatedFailures": [
      {
        "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": 318,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<a title=\"Orden SSI/420/2015, ...\" href=\"https://www.boe.es/d...\" target=\"_blank\">",
            "xpath": "span > a[target=\"_blank\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(6) > .textojustificado"
            ],
            "colorScheme": "light",
            "fingerprint": "0703b7c74808",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-62ea37c5"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<a title=\"<u>La Tarjeta Sanitaria Europea</u> (TSE) (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1761\" target=\"_blank\">",
            "xpath": ".title_mb_30:nth-child(2) > .textojustificado > a[target=\"_blank\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(2) > .textojustificado"
            ],
            "colorScheme": "light",
            "fingerprint": "e8c54b27d497",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a3e771bd"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<a title=\"Aquí puedes consultar más información sobre este supuesto. (Abre en nueva ventana)\" href=\"/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/tratamiento-medico.html\" target=\"_blank\">",
            "xpath": ".lista1 > li:nth-child(1) > a[target=\"_blank\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".lista1 > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "fingerprint": "3b93b3def81b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-4a6c94f7"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<a title=\"Tarjeta sanitaria europea y certificado provisional sustitutorio (Abre en nueva ventana)\" href=\"https://prestaciones.seg-social.es/servicio/tarjeta-sanitaria-europea-certificado-provisional-sustitutorio.html\" target=\"_blank\">",
            "xpath": ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2) > a[target=\"_blank\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".title_mb_30:nth-child(3) > .textojustificado:nth-child(2)"
            ],
            "colorScheme": "light",
            "fingerprint": "8bbee3d342f4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5cb3d046"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<a title=\"solicitar el Certificado Provisional Sustitutorio (Abre en nueva ventana)\" href=\"https://www.seg-social.es/wps/portal/wss/internet/Trabajadores/PrestacionesPensionesTrabajadores/10938/11566/1762\" target=\"_blank\">",
            "xpath": ".textojustificado:nth-child(5) > a[target=\"_blank\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.74:1 with the surrounding text. (Minimum contrast is 3:1, link text: #671c00, surrounding text: #000000)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".textojustificado:nth-child(5)"
            ],
            "colorScheme": "light",
            "fingerprint": "1195d1cc9d96",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb03ff9"
          }
        ]
      },
      {
        "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": 152,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<li class=\"ppg-slick__item\">",
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "2ca56ade37af",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2754520c"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<li class=\"ppg-slick__item\">",
            "xpath": "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "6767dd8241fd",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-dd0c709d"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<li class=\"ppg-slick__item\">",
            "xpath": "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "f04952b51c18",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-30265d90"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<li class=\"ppg-slick__item\">",
            "xpath": "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "7f052ac95db0",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-2a40a978"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<li class=\"ppg-slick__item\">",
            "xpath": "ul[aria-describedby=\"slick-slide11\"] > .ppg-slick__item",
            "message": "<li> elements must be contained in a <ul> or <ol>",
            "fixSummary": "Fix any of the following:\n  List item parent element has a role that is not role=\"list\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "e4fef7962ce4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-c80635b8"
          }
        ]
      },
      {
        "rule": "aria-required-parent",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "1.3.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-parent?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 128,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<h3 id=\"-0b5c8ec39730\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-1\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"0\">",
            "xpath": "#-\\30 b5c8ec39730",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "260b07371c50",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b58f2a5c"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<h3 id=\"-b74c79876909\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-2\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "xpath": "#-b74c79876909",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1c870995e747",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-35021374"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<h3 id=\"-0fbb222943f5\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-3\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "xpath": "#-\\30 fbb222943f5",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "48f900bea2fc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fc839197"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<h3 id=\"-0b219aed4e61\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-4\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "xpath": "#-\\30 b219aed4e61",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "0636c2066342",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-03f74818"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<h3 id=\"-77c39e2e8484\" class=\"ppg-accordion__heading ui-accordion-header ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons\" role=\"tab\" aria-controls=\"ui-id-5\" aria-selected=\"false\" aria-expanded=\"false\" tabindex=\"-1\">",
            "xpath": "#-\\37 7c39e2e8484",
            "message": "Certain ARIA roles must be contained by particular parents",
            "fixSummary": "Fix any of the following:\n  Required ARIA parent role not present: tablist",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "88bd9e948256",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f3b84fa4"
          }
        ]
      },
      {
        "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": 100,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "xpath": "#buscador-header",
            "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": "7ebbf5b137b3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "xpath": "#buscador-header",
            "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": "786c9e338497",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "xpath": "#buscador-header",
            "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": "b0ad30c5c39a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "xpath": "#buscador-header",
            "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": "14c3adffc529",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
            "html": "<input type=\"text\" name=\"q\" id=\"buscador-header\" maxlength=\"150\" title=\"Buscar\" placeholder=\"Buscar\" class=\"ppg-search__input ppg-text ppg-text--lighted ppg-icon__search-ra\" onfocus=\"javascript:this.value=''\">",
            "xpath": "#buscador-header",
            "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": "c93309b0f000",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b7cedc29"
          }
        ]
      },
      {
        "rule": "QW-ACT-R76",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/09o5cg/",
        "ruleTitle": "Element has contrast ratio lower than minimum.",
        "pages": {},
        "totalOccurrences": 100,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": null,
            "xpath": null,
            "message": "Element has contrast ratio lower than minimum.",
            "fingerprint": "5c611c4e4569",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": null,
            "xpath": null,
            "message": "Element has contrast ratio lower than minimum.",
            "fingerprint": "cabce3777e67",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": null,
            "xpath": null,
            "message": "Element has contrast ratio lower than minimum.",
            "fingerprint": "063eee9af2cc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": null,
            "xpath": null,
            "message": "Element has contrast ratio lower than minimum.",
            "fingerprint": "1dfd7d3f7145",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
            "html": null,
            "xpath": null,
            "message": "Element has contrast ratio lower than minimum.",
            "fingerprint": "fae8215a9acf",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b6798710"
          }
        ]
      },
      {
        "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": 89,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\n    \t\t    </a>",
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "d4f4c5236ff6",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\n    \t\t    </a>",
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1a1a72bc4cfa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\n    \t\t    </a>",
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1875b0b8b102",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\n    \t\t    </a>",
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "d136abc5db9e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": "<a target=\"_blank\" href=\"https://europa.eu/youreurope/search/index_es.htm\">\n        \t        <figure class=\"o-card__picture\">\n        \t\t        <img alt=\"\" title=\"\" src=\"/dam/jcr:8505ed98-e821-4138-82c1-5b57e9cb3b99/your-europe.png\">\n        \t\t    </figure>\n    \t\t    </a>",
            "xpath": ".pseudopie_figure > a[target=\"_blank\"]:nth-child(1)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "163caca85055",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-77fb0b0f"
          }
        ]
      },
      {
        "rule": "QW-ACT-R12",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/c487ae/",
        "ruleTitle": "The test target doesn't have an accessible name, or it's empty ('').",
        "pages": {},
        "totalOccurrences": 89,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": null,
            "xpath": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "fingerprint": "ef7dd2c6d59b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": null,
            "xpath": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "fingerprint": "ff5c09b9bf77",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
            "html": null,
            "xpath": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "fingerprint": "6fe458c32885",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": null,
            "xpath": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "fingerprint": "c16ba98fb18c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
            "html": null,
            "xpath": null,
            "message": "The test target doesn't have an accessible name, or it's empty ('').",
            "fingerprint": "d5a5feaf7a98",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-67cdbced"
          }
        ]
      },
      {
        "rule": "aria-required-children",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "1.3.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-required-children?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 41,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: ul[aria-hidden]",
            "relatedPaths": [
              "ul[data-slick-index=\"-2\"]",
              "ul[data-slick-index=\"-1\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "2c6ab4ff0e9d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-043cd27f"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: ul[aria-hidden]",
            "relatedPaths": [
              "ul[data-slick-index=\"-2\"]",
              "ul[data-slick-index=\"-1\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "cb0a3509baea",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-043cd27f"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "fingerprint": "48b51e74fc20",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e334b3d3"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "xpath": ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
              ".title_mb_30:nth-child(10) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(6)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(7)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(8)",
              ".ppg-accordion.ui-accordion.ui-widget > li:nth-child(9)"
            ],
            "colorScheme": "light",
            "fingerprint": "29fa82cde307",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-62abeb1a"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": "<ul data-fn=\"accordion\" class=\"ppg-accordion ui-accordion ui-widget ui-helper-reset\" role=\"tablist\">",
            "xpath": ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget",
            "message": "Certain ARIA roles must contain particular children",
            "fixSummary": "Fix any of the following:\n  Element has children which are not allowed: li[tabindex]",
            "relatedPaths": [
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(1)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(2)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(3)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(4)",
              ".title_mb_30:nth-child(8) > .ppg-accordion.ui-accordion.ui-widget > li:nth-child(5)"
            ],
            "colorScheme": "light",
            "fingerprint": "a33998050ee5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e334b3d3"
          }
        ]
      },
      {
        "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": 29,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "e2c8086ea00d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-94171a25"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "7314fa097f5b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-73e5a6b8"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "29721eb15bac",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-22267b0a"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicios ELECTRÓNICOS frecuentes</a>",
            "xpath": "#ui-id-1",
            "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": "6680eca03e65",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-59e026ec"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "message": "ARIA role should be appropriate for the element",
            "fixSummary": "Fix any of the following:\n  ARIA role option is not allowed for given element",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "246feef76ea8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-d834057e"
          }
        ]
      },
      {
        "rule": "nested-interactive",
        "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/nested-interactive?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 20,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-current slick-active\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide00\">",
            "xpath": "ul[aria-describedby=\"slick-slide00\"]",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "b8a5267b9efc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-65b783ef"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide01\">",
            "xpath": "ul[aria-describedby=\"slick-slide01\"]",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide01\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "bb96e43aa756",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-28686d67"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide02\">",
            "xpath": "ul[aria-describedby=\"slick-slide02\"]",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide02\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "0aa463c52d38",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5347f5f5"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<li class=\"ppg-tabs__item ui-tabs-tab ui-corner-top ui-state-default ui-tab ui-tabs-active ui-state-active\" role=\"tab\" tabindex=\"0\" aria-controls=\"tab-0\" aria-labelledby=\"ui-id-1\" aria-selected=\"true\" aria-expanded=\"true\">",
            "xpath": ".ppg-tabs__item",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with aria-hidden=\"true\")",
            "relatedPaths": [
              "#ui-id-1"
            ],
            "colorScheme": "light",
            "fingerprint": "9235b0195532",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5715b635"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-current slick-active slick-center\" data-slick-index=\"0\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide10\">",
            "xpath": "ul[aria-describedby=\"slick-slide10\"]",
            "message": "Interactive controls must not be nested",
            "fixSummary": "Fix any of the following:\n  Element has focusable descendants",
            "relatedPaths": [
              "ul[aria-describedby=\"slick-slide10\"] > .ppg-slick__item > .ppg-slick__link[target=\"_blank\"]"
            ],
            "colorScheme": "light",
            "fingerprint": "6ec259f9b6d7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-444b58f5"
          }
        ]
      },
      {
        "rule": "QW-ACT-R38",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/bc4a75/",
        "ruleTitle": "The test target owns elements that doesn't have the correct role.",
        "pages": {},
        "totalOccurrences": 17,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": null,
            "xpath": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "fingerprint": "826608cc7343",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": null,
            "xpath": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "fingerprint": "e48a639d2611",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": null,
            "xpath": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "fingerprint": "2635765a5f49",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
            "html": null,
            "xpath": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "fingerprint": "5e8456ba1136",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
            "html": null,
            "xpath": null,
            "message": "The test target owns elements that doesn't have the correct role.",
            "fingerprint": "785a3202b38d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-6958f87e"
          }
        ]
      },
      {
        "rule": "QW-ACT-R33",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ff89c9/",
        "ruleTitle": "The test target parent doesn't have the required context `role`.",
        "pages": {},
        "totalOccurrences": 17,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": null,
            "xpath": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "fingerprint": "38342cf0fe7a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": null,
            "xpath": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "fingerprint": "a7eba8ceaf90",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
            "html": null,
            "xpath": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "fingerprint": "69fecaf8bb14",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
            "html": null,
            "xpath": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "fingerprint": "5516641b68c5",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
            "html": null,
            "xpath": null,
            "message": "The test target parent doesn't have the required context `role`.",
            "fingerprint": "7510faa4b16e",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-763c4c8e"
          }
        ]
      },
      {
        "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": 11,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
            "html": "<h3 class=\"subtitulo\">&nbsp;</h3>",
            "xpath": ".title_mb_30:nth-child(1) > .subtitulo",
            "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": "b2f3cd778ad7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b5a8a196"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
            "html": "<h3 class=\"subtitulo\">&nbsp;</h3>",
            "xpath": ".title_mb_30:nth-child(3) > .subtitulo:nth-child(6)",
            "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": "8b8608410d35",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5fc45e1d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
            "html": "<h3 class=\"subtitulo\">&nbsp;</h3>",
            "xpath": ".subtitulo:nth-child(12)",
            "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": "dba6d4dae53d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3c5b340d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
            "html": "<h3 class=\"subtitulo\">&nbsp;</h3>",
            "xpath": ".subtitulo:nth-child(14)",
            "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": "a0911955540a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-848db1e3"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
            "html": "<h3 class=\"subtitulo\">&nbsp;</h3>",
            "xpath": ".subtitulo:nth-child(4)",
            "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": "a5d2a05a2faa",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-535f4dac"
          }
        ]
      },
      {
        "rule": "aria-input-field-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "Content Author"
          ],
          "severity": "Serious",
          "blocking": true,
          "wcagCriteria": [
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures every ARIA input field has an accessible name so screen reader users know what information to enter."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-input-field-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 30000px; transform: translate3d(0px, 0px, 0px);\">",
            "xpath": ".ppg-slick--type1 > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "message": "ARIA input fields must 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": "d1c72b04d9a4",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8285365d"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "message": "ARIA input fields must 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": "2d45dc511291",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e8b5a2a9"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 30000px; transform: translate3d(0px, 0px, 0px);\">",
            "xpath": ".ppg-slick--type1 > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "message": "ARIA input fields must 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": "bb0a4bf15b88",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8285365d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 55000px; transform: translate3d(-600px, 0px, 0px);\">",
            "xpath": "div[data-fn=\"slick-type2\"] > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "message": "ARIA input fields must 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": "7b1a77a75d9b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e8b5a2a9"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<div class=\"slick-track\" role=\"listbox\" style=\"opacity: 1; width: 30000px; transform: translate3d(0px, 0px, 0px);\">",
            "xpath": ".ppg-slick--type1 > .slick-list.draggable[aria-live=\"polite\"] > .slick-track[role=\"listbox\"]",
            "message": "ARIA input fields must 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": "3f7bc33de3b8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-8285365d"
          }
        ]
      },
      {
        "rule": "aria-toggle-field-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-toggle-field-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 8,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "27f01f792063",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e1098d67"
          },
          {
            "url": "https://administracion.gob.es/",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "ad2013654b3d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3b44e3ba"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "2f180476717f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e1098d67"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"2\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide12\">",
            "xpath": "ul[aria-describedby=\"slick-slide12\"]",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "10aa9a0c7565",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-3b44e3ba"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<ul class=\"slick-slide slick-active\" data-slick-index=\"1\" aria-hidden=\"false\" tabindex=\"-1\" role=\"option\" aria-describedby=\"slick-slide11\">",
            "xpath": "ul[aria-describedby=\"slick-slide11\"]",
            "message": "ARIA toggle fields must have an accessible name",
            "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": "582ac0fc6d29",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-e1098d67"
          }
        ]
      },
      {
        "rule": "QW-ACT-R35",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/ffd0e9/",
        "ruleTitle": "The test target accessible name doesn't exist or it's empty ('').",
        "pages": {},
        "totalOccurrences": 6,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
            "html": null,
            "xpath": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "fingerprint": "33498c50dbbe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
            "html": null,
            "xpath": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "fingerprint": "09d0d496e15d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
            "html": null,
            "xpath": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "fingerprint": "42a14546ab53",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
            "html": null,
            "xpath": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "fingerprint": "2746ba705406",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
            "html": null,
            "xpath": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "fingerprint": "83647aef8757",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-66d4317d"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<h3 class=\"o-card__title ppg-heading t-fs-18\">Novedades de información para personas afectadas por la DANA </h3>",
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"] > .o-card--slick.o-card > .o-card__content > .t-fs-18.o-card__title",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "c77de6143583",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b200dc40"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<h3 class=\"o-card__title ppg-heading t-fs-18\">Novedades de información para personas afectadas por la DANA </h3>",
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"] > .o-card--slick.o-card > .o-card__content > .t-fs-18.o-card__title",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "cf7401fa1bef",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b200dc40"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<h3 class=\"o-card__title ppg-heading t-fs-18\">Calendario laboral </h3>",
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"] > .o-card--slick.o-card > .o-card__content > .t-fs-18.o-card__title",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "7956eb377904",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b200dc40"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": "<h3 class=\"o-card__title ppg-heading t-fs-18\">Calendari laboral </h3>",
            "xpath": "ul[aria-describedby=\"slick-slide00\"] > .ppg-slick__item > .ppg-slick__link[title=\"\"][target=\"_blank\"] > .o-card--slick.o-card > .o-card__content > .t-fs-18.o-card__title",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "190bab1f2174",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b200dc40"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<img class=\"fullImg\" alt=\" \" title=\" \" src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\">",
            "xpath": ".fullImg",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "59ff428b9dfe",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4b3f07e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<img class=\"fullImg\" alt=\" \" title=\" \" src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\">",
            "xpath": ".fullImg",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "92df7d3bc1d3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4b3f07e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<img class=\"fullImg\" alt=\" \" title=\" \" src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\">",
            "xpath": ".fullImg",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "6f75e5b5d706",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4b3f07e"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": "<img class=\"fullImg\" alt=\" \" title=\" \" src=\"/dam/jcr:e31ce16e-02c8-487e-b5dc-8163515b1293/oficina-atencion.jpg\">",
            "xpath": ".fullImg",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "269e321cbd15",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-b4b3f07e"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicios ELECTRÓNICOS frecuentes</a>",
            "xpath": "#ui-id-1",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "0c370c06fc51",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98c4d3fe"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicios ELECTRÓNICOS frecuentes</a>",
            "xpath": "#ui-id-1",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "9e20e1bf2585",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98c4d3fe"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servizos ELECTRÓNICOS frecuentes</a>",
            "xpath": "#ui-id-1",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "73a10d3017f3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98c4d3fe"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": "<a href=\"#tab-0\" class=\"ppg-tabs__link ui-tabs-anchor\" role=\"presentation\" tabindex=\"-1\" id=\"ui-id-1\">Servicis ELECTRÒNICS freqüents</a>",
            "xpath": "#ui-id-1",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "bcd7f29c57f8",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-98c4d3fe"
          }
        ]
      },
      {
        "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": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": "<div>",
            "xpath": "#general_content > div:nth-child(3)",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "4b8d87654388",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f99eb432"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": "<div>",
            "xpath": "#general_content > div:nth-child(3)",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "1b62d5aec71d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f99eb432"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": "<div>",
            "xpath": "#general_content > div:nth-child(3)",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "2685898814db",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f99eb432"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": "<div>",
            "xpath": "#general_content > div:nth-child(3)",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "39a1bc830715",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-f99eb432"
          }
        ]
      },
      {
        "rule": "QW-ACT-R16",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/e086e5/",
        "ruleTitle": "The test target accessible name doesn't exist or it's empty ('').",
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": null,
            "xpath": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "fingerprint": "ad947dd28e0b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-316438ae"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": null,
            "xpath": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "fingerprint": "afdf0dd5def2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-316438ae"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": null,
            "xpath": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "fingerprint": "6e46ee34a994",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-316438ae"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": null,
            "xpath": null,
            "message": "The test target accessible name doesn't exist or it's empty ('').",
            "fingerprint": "ca9e46790e8c",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-316438ae"
          }
        ]
      },
      {
        "rule": "QW-ACT-R17",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/23a2a8/",
        "ruleTitle": "The test target doesn't have an accessible name.",
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": null,
            "xpath": null,
            "message": "The test target doesn't have an accessible name.",
            "fingerprint": "fb5cca1bd589",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a296e9ec"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": null,
            "xpath": null,
            "message": "The test target doesn't have an accessible name.",
            "fingerprint": "6cba84e558fc",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a296e9ec"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": null,
            "xpath": null,
            "message": "The test target doesn't have an accessible name.",
            "fingerprint": "45f29ddc7c8a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a296e9ec"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": null,
            "xpath": null,
            "message": "The test target doesn't have an accessible name.",
            "fingerprint": "24eba8e37e68",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-a296e9ec"
          }
        ]
      },
      {
        "rule": "QW-ACT-R48",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/46ca7f/",
        "ruleTitle": "The test target is in the accessibility tree.",
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": null,
            "xpath": null,
            "message": "The test target is in the accessibility tree.",
            "fingerprint": "b56fb2bb3774",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-880ac3b1"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": null,
            "xpath": null,
            "message": "The test target is in the accessibility tree.",
            "fingerprint": "7d39f7cd0e32",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-880ac3b1"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": null,
            "xpath": null,
            "message": "The test target is in the accessibility tree.",
            "fingerprint": "f810e97dc780",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-880ac3b1"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": null,
            "xpath": null,
            "message": "The test target is in the accessibility tree.",
            "fingerprint": "011e805daced",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-880ac3b1"
          }
        ]
      },
      {
        "rule": "QW-ACT-R37",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/afw4f7/",
        "ruleTitle": "Element has contrast ratio lower than minimum.",
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": null,
            "xpath": null,
            "message": "Element has contrast ratio lower than minimum.",
            "fingerprint": "f0b319346218",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cbe353ce"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": null,
            "xpath": null,
            "message": "Element has contrast ratio lower than minimum.",
            "fingerprint": "34a6f50ec1f3",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cbe353ce"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": null,
            "xpath": null,
            "message": "Element has contrast ratio lower than minimum.",
            "fingerprint": "676c692fa795",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cbe353ce"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": null,
            "xpath": null,
            "message": "Element has contrast ratio lower than minimum.",
            "fingerprint": "8359abbece9a",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-cbe353ce"
          }
        ]
      },
      {
        "rule": "QW-ACT-R65",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/307n5z/",
        "ruleTitle": "The element has descendants in the flat tree that are part of sequential focus navigation.",
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/",
            "html": null,
            "xpath": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "fingerprint": "1cbff575a522",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-568e42ae"
          },
          {
            "url": "https://administracion.gob.es/pag_Home",
            "html": null,
            "xpath": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "fingerprint": "0a1736781d2d",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-568e42ae"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/gl/index.html",
            "html": null,
            "xpath": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "fingerprint": "ed20b3956eb2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-568e42ae"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/va/index.html",
            "html": null,
            "xpath": null,
            "message": "The element has descendants in the flat tree that are part of sequential focus navigation.",
            "fingerprint": "ef9f35d0191f",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-568e42ae"
          }
        ]
      },
      {
        "rule": "landmark-complementary-is-top-level",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures the complementary landmark (<aside>) is a top-level landmark. Nested aside elements cannot be found by screen reader landmark navigation."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-complementary-is-top-level?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 4,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
            "html": "<aside class=\"o-layout__sidebar o-it-sm-unit\">\n\t\t</aside>",
            "xpath": "aside",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The null landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "414d1972e7bb",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb4c2a2"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
            "html": "<aside class=\"o-layout__sidebar\">\n\n\n\t\t</aside>",
            "xpath": "aside",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The null landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "37059de20ee7",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb4c2a2"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
            "html": "<aside class=\"o-layout__sidebar\">",
            "xpath": "aside",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The null landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "d823fd826ea2",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb4c2a2"
          },
          {
            "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
            "html": "<aside class=\"o-layout__sidebar\">",
            "xpath": "aside",
            "message": "Aside should not be contained in another landmark",
            "fixSummary": "Fix any of the following:\n  The null landmark is contained in another landmark.",
            "relatedPaths": null,
            "colorScheme": "light",
            "fingerprint": "9a53d3f5e719",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-fdb4c2a2"
          }
        ]
      },
      {
        "rule": "button-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "Content Author"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures buttons have discernible text so screen reader users know what action the button performs."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/atencionCiudadana/encuentraTuOficina.html",
            "html": "<button type=\"button\" class=\"input-group-text pop...\" data-bs-title=\"Ayuda\" data-bs-content=\"P.ej.: “Calle María ...\" data-bs-placement=\"bottom\" data-bs-toggle=\"popover\" data-bs-titleclass=\"bordered-blue\" data-bs-container=\"body\" role=\"img\" id=\"infoHelp\" style=\"text-decoration: non...\" aria-hidden=\" ...>",
            "xpath": "#egeoBuscadorMap",
            "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": "284b52f3270b",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-37e44f0c"
          }
        ]
      },
      {
        "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": 1,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/atencionCiudadana/encuentraTuOficina.html",
            "html": "<button type=\"button\" class=\"input-group-text pop...\" data-bs-title=\"Ayuda\" data-bs-content=\"P.ej.: “Calle María ...\" data-bs-placement=\"bottom\" data-bs-toggle=\"popover\" data-bs-titleclass=\"bordered-blue\" data-bs-container=\"body\" role=\"img\" id=\"infoHelp\" style=\"text-decoration: non...\" aria-hidden=\" ...>",
            "xpath": "#egeoBuscadorMap",
            "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": "c2142d1d4725",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-5073ec04"
          }
        ]
      },
      {
        "rule": "QW-ACT-R34",
        "engine": "qualweb",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://www.w3.org/WAI/standards-guidelines/act/rules/6a7281/",
        "ruleTitle": "The test target `aria-current` attribute has an invalid value.",
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://administracion.gob.es/pag_Home/atencionCiudadana/encuentraTuOficina.html",
            "html": null,
            "xpath": null,
            "message": "The test target `aria-current` attribute has an invalid value.",
            "fingerprint": "2cff68d62505",
            "firstSeenAt": "2026-05-10T02:16:53.002Z",
            "patternId": "A11Y-37505a64"
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 101,
      "Visual Designer": 0,
      "Content Author": 258,
      "Front-End Developer": 1079
    },
    "severityStats": {
      "Critical": 5,
      "Serious": 249,
      "Moderate": 922,
      "Minor": 0
    }
  },
  "changeTracking": {
    "newCount": 1176,
    "resolvedCount": 2501,
    "newIssues": [
      {
        "fingerprint": "e2c8086ea00d",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7314fa097f5b",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29721eb15bac",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6680eca03e65",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "246feef76ea8",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e5094416324",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cce251372b94",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1c72b04d9a4",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d45dc511291",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c6ab4ff0e9d",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27f01f792063",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad2013654b3d",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c77de6143583",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "59ff428b9dfe",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ebbf5b137b3",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2ca56ade37af",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6767dd8241fd",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f04952b51c18",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7f052ac95db0",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e4fef7962ce4",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf47774b9c8d",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8a5267b9efc",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bb96e43aa756",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0aa463c52d38",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9235b0195532",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ec259f9b6d7",
        "url": "https://administracion.gob.es/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c370c06fc51",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b8d87654388",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad947dd28e0b",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:qw-act-r16|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "fb5cca1bd589",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:qw-act-r17|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b56fb2bb3774",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:qw-act-r48|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f0b319346218",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:qw-act-r37|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "1cbff575a522",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:qw-act-r65|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "5c611c4e4569",
        "url": "https://administracion.gob.es/",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6c99c95ef5f7",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f904f0fabf89",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56dc95795902",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41b2d206adbc",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d346680fa85",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0a1b2919b33a",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "12fb319569ae",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bb0a4bf15b88",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b1a77a75d9b",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb0a3509baea",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f180476717f",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10aa9a0c7565",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf7401fa1bef",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92df7d3bc1d3",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "786c9e338497",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22a9c140be78",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d043f895f681",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93cbcb89f633",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b555f644a2c9",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c02384ba2b5",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b9e0c43277b0",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e609e1e0b875",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5ea646c7a8d",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ed17d0fe553",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41fc9bfeef09",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9f5f850de81",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e20e1bf2585",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b62d5aec71d",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "afdf0dd5def2",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:qw-act-r16|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6cba84e558fc",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:qw-act-r17|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "7d39f7cd0e32",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:qw-act-r48|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "34a6f50ec1f3",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:qw-act-r37|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "0a1736781d2d",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:qw-act-r65|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cabce3777e67",
        "url": "https://administracion.gob.es/pag_Home",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "48b51e74fc20",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29fa82cde307",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "260b07371c50",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c870995e747",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "48f900bea2fc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0636c2066342",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88bd9e948256",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1686dfbaa060",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10e7959b1f35",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c877932c174",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dfc3a7b6eea1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2c2a79eab4c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff5061c69643",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd48b3a82b26",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "424663cb3637",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9c5c8e8f39f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0ad30c5c39a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0703b7c74808",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4f4c5236ff6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb8c8b32f6b6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f30f8d8d09f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "876b8ae9b082",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a8e3d4aacfa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3847e7bfd45d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15213f1c3976",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff3dd21d1ff9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2ac8f4620ba",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39307b5c8ffe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1f101dcc2c5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "61fb44b26d39",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e76f7626c0db",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "04339278eebe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f02d10e829f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef7dd2c6d59b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "826608cc7343",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "38342cf0fe7a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "063eee9af2cc",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "14c3adffc529",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8c54b27d497",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b93b3def81b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8bbee3d342f4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1195d1cc9d96",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a1a72bc4cfa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff5c09b9bf77",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "1dfd7d3f7145",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c93309b0f000",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1875b0b8b102",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6fe458c32885",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "fae8215a9acf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a33998050ee5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4df406cea73c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b4e9a83c2023",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de85d47c9f43",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e610e2140214",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5dfb8a4d1b58",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3da9e2daf965",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "345b20668384",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "567878933e2d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd07410dd55b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca94e1a50967",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13bf26c7d98a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f1672a33333",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "55cc8bef7572",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fa1c7ac9643",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42411c680975",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27fdf929ab30",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89790cae1f25",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d136abc5db9e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "311cf32ca308",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7a295e605e6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99a32a968d1f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6178ae45811d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60eae91464e5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9506fae274da",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c3c908297581",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a68a593e24f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec006ba62f30",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b029878991fd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7986d5ab68f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "106678bcbc83",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b9637b874ea1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23270f596ce4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c16ba98fb18c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e48a639d2611",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a7eba8ceaf90",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a8066c50f98e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "d90455cf5140",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b007d22034b1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67bcd07a6bef",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c208a4298ac",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c4e47f15416",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "163caca85055",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d5a5feaf7a98",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "806e66bc21cb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "af0e6099a3c6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42a43674ea33",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "577e3b947398",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "73cace9ae512",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "d9bf6f8db23d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26c660b153f3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ecba4751f9c0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49990cf51224",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8df0dc0773f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "601ff1072e39",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "24fa445df1c0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50b7ab93da85",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "072bd016d0d6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41187ca5cee4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b548564acdd8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67efb3559a75",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a514dcdca06",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de4dc92ea031",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7de433009ff6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7dcf2d2903b3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "464db291103e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9057243c8bef",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ccccd922ba1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c36432b92e05",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d3a6a246a09",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c221b7b32305",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "030e0c92a6b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f82d4217bdeb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "962ddce54c67",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9973d03f36ce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4561026cdc40",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73f6dda17c7c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f3d8b9eb1f4e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9fc3df3bf961",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f4e8a7fb376",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65376755c280",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9ee48182b962",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "08060745d112",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "2635765a5f49",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "69fecaf8bb14",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "3005853cae28",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/centros-atencion-sociosanitaria",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6400d70a86d1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f80de4dcf00",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7dcfc911c91",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb5a18782b82",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "026e96b03c74",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f7a765af2e1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd1d19d920ad",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "61bd3e9884ff",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "14f1c45fc641",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7dfd7d367171",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f448e95663c5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c31aa173afb4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/numeros-urgencia",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "39cbd106eeb6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef4cac4793c8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ce4115fd6fb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "041ee03a2e42",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6bcda58fb8c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "adcd2f852912",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "de9a60864806",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f67b233e1827",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d7f6ad95f8c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee35b0840d0c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f0a353e788ff",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6764021ec16a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6cf8c222de4b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c02ec5a1565",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c998ce584260",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "5e8456ba1136",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "5516641b68c5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "1c83824db79b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/permiso-conduccion/validez-canje-reconocimiento",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f6ca2647b868",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "956c4ca5fa7a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "24463bd8a65d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "632d668eabe8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6398b48f3487",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0563ed241d16",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "987721dc4c1f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89c7cdf05ea1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d8bdff1b746",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae27df6e190d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9dcc9e2a6351",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e88630cb0232",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1cc7afa96bd0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77c7b5040512",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7ad02c3ae6a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dcbe37784ed5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a40cec05c4f1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a45ab8a5360e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "127c1c11e4f0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "168e3f2b6a5d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38bd18cfbd87",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a67ff921b1c0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/seguro-obligatorio/accidente-que-hacer",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "bd15a55345d9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d784ecfc9af",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f2290d3afb4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e23ed405c06",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "349a8bf4e415",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e6cbbcd3bfd0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/telecomunicaciones",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b2f3cd778ad7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2fc04f387387",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "414273bc150e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c84de985b44c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "33498c50dbbe",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:qw-act-r35|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "df636745dd69",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/combinados-vinculados",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "fa006ac4f0d0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba818c5e4f62",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b96aab7f351",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcbf2b9f9a33",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "112f19c12a53",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff0760384658",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "53f78272f73b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a61d74c31d3c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "99fbf29877a4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd4e4b1b96e9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ded531305fd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e4b9bd3c546",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "928bdeeecc2c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a5e2e2a9b14",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b1452339735",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c16394b8f09",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7fa513b9fc10",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f4edff80235",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "785a3202b38d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "7510faa4b16e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cb4f1115a859",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "98786a250b27",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "649c7e529f80",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c88b3d1c58f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfa127af79cb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84a4fd60458b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1720d851c54e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "454d689519e5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "63184e14a663",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/asistencia-sanitaria/estancia-TSE",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "8b8608410d35",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dba6d4dae53d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6217dbd9b0b1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f7c1d0b823f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a15001f3627",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dcc7880ce3f7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c5566266922d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cc5715cac6e0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0143c6e77477",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f853151fb12d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "09d0d496e15d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:qw-act-r35|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "147887de80ab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "298682ccba50",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "95bcc58c3468",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1f9733a69273",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "4a6aec4dbe68",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/estancia",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "faf67f572d3e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7609b9f8528d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82f1c7c7f9db",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "040aae02b067",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4501c033e110",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e3326052d2c4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/doble-imposicion",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "8d18921b1313",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5fc9da57dc2b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fbae60e68fb5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ddf3cf2f491a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c0183c8977f3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/denominaciones-origen",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "4b2f033e8bb0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed3c4669880f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2a1e5b0a01b9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4543179af080",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fdc4a0d308e0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23f456091461",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90e1100533ff",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "1f0de1c82f14",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/gas",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6add1251bc07",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3501af309e62",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "97e4ee936a56",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8cbb8509171",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "0668e697ea42",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "15b9a7a03c46",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f479ba152851",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1df8b3f4eb19",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abad870f2370",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7e2053d88f0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "2307a1e0d125",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/inscribirte-residente",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "3f877b208445",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2e7a21e820c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1e7ae803925",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5bc0f2b862c0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9a823b37b25",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7373c0efe798",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88a6d68e5097",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c10408701e9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b373cd779790",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5c62beb8df3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e1368a4a042",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84c969682e1c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ffbf70f16c9c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d343519c606",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a97ed7946a58",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b90ca692bf0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b95a799cf6ec",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a1affbdc84c4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "895d9eb82d56",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "88c85f773c68",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "58fb33269a5a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f1bb1f6b294",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f17e4068b47d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa564b182149",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4bc3bd6b630e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c40727c8089",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "79082e91dab8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c830cb43c422",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "860c8e098ada",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "887b63596b09",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5754b7f3f9b8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "725a97b4db10",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80014eaea20c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aea8c9f56acd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "29d4f19eea95",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/coordinacion",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "d0be5294d95a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "414d1972e7bb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d12c7b08837b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/pasajeros/tren-autobus",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "554bdccf6e78",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fdc68563d378",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c52f9ad49fb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "78e5a488e7bb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cf912dbe1625",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/fusion-venta/sector-farmaceutico",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a6b783062827",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b206ef0e1ce2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6cbfb95e6b83",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "175347c3eb23",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a037ee5404c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b80916705db2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6a73940d5be",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4dcae2a6f7d3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7850b8cbd173",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ad111abeb0c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5ca87512024",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72bd031f8fed",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50457dd7996d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00a5d517694e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d545759047a8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79351c65d57b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa91c76860bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "55ade5565992",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3dd8c4c27123",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cc0a63b8c706",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f9912fb1f32f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7181667b3e1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c706b3064bb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ceaf64421450",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "406659b73551",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "670a277f466c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9c5b7e82fb3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85a157839b4d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e95a3ca83133",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d587daeef39",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b98147e6a4c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ca30cd538d1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5fbdbbdfa2df",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb4053b88dff",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b24e272ecfb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ca37d56b1ff",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32abfee2e08c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "3632dabd6f5e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6440935b576c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "15f9280b5b97",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/registro-cambio-cierre/sector-farmaceutico",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b0488384b907",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "54d15382a10c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e957b1ed575e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c69dff69825",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5cb9af29cb8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "569f3dc167bb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6f3ab411dec2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "28eacb217f11",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae2b0f2e21b4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2dd1c29a71ff",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab21e2e89a71",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6eb7324eae4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "333c53655b10",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0df92090efb4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c2e69084990",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "18a94c46027d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/defectuosos-seguridad",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a41f72a3cd10",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ddd351090b4a",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2fb56796f6f",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c47439829c2",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e51bf7019c3c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "07e93a53f267",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d10fa81ef9b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f7bc33de3b8",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "62fda0f762d1",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2614ff860cd7",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "582ac0fc6d29",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49d1879001ab",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7956eb377904",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f75e5b5d706",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "daa6cf8cf7b1",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b4e2c5bec89f",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d902a65e49a",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30e968bda869",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90b9ec09285b",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d91463329108",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f62dc3f438d8",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b709538d8c2",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "295f6bfded9c",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a41ee4ee706e",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "434e9b6c63bc",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "97a6061617e5",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73a10d3017f3",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2685898814db",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e46ee34a994",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:qw-act-r16|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "45f29ddc7c8a",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:qw-act-r17|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f810e97dc780",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:qw-act-r48|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "676c692fa795",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:qw-act-r37|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "ed20b3956eb2",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:qw-act-r65|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "2875cc026646",
        "url": "https://administracion.gob.es/pag_Home/gl/index.html",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "084c46d1c3f3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c30b89bcb9f1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25136ee7efe3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a804dfbb18e8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/incorporacion",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a0a6bcadf4bd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb001fd066e5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7553f52519bd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "d740e2d0d416",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/resolucion-conflictos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b7cf153bc84d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c9759ea88ba",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3392da6b6008",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d54a0c8bec37",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a127189ddcd6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aced0b492ac6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "467f85623974",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "067a5a92ae19",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d4d98c8697af",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a168dd51e65",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77337b4d7679",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "be8774b8f442",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a97ad8ab0749",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00840d2cd186",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "260add63970f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7af7c5beff9e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25d774e5a973",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf250d0fdc69",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25f3336913dd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d33e8e428b8a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b51424594640",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f6e8310927f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "2b3340128c93",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "94157aaa7570",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "29dda220de79",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f388179f39c1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db9ab60dd622",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "19e149dbda90",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "551ecffdb3c1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a0911955540a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aebf9fd484b6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "595b622f676f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32711878fc8b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "42a14546ab53",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:qw-act-r35|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "0526d7ced5fa",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/pareja/matrimonio",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "4ce981db3f08",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "771821a9fa53",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a38b47e5c2b0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f0739a23d47",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c2664a0c328",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d3da3f2bb7d7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1931fc3683f1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "863befb38c5e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0ff8a3c1b08e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "74cc8a8f242f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d0ccdbd4cbf",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "4e4e217020d9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "908cd48d5bba",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0a3fd1e0ddd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33f0bc61d32b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e6950987d0c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f83de1304bd7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "49dab117200d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b4b2229ac451",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e51a7b2e462a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6885589f8cab",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f899df5ba35",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "55d31fe7a7fc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3fa64c61c95a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17b9877b020d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27fb689a2ede",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d6dbfa05932",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d8f12ebcea35",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d076c08a8937",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "4b5e8e199ffc",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cb6587f45fcd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "7397c3ecd977",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/gestion-residuos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6df049400801",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1951b7d9fed1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef38a3dc99fa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "51e5072e8cec",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65f8c8bf03b0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77326e95dc60",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d95c5f7910e9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45eee101e375",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56ac483c037c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "db4bc0ab4e08",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f3ea5422ba9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "276e996f9ec8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f312a2a56fc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a0e9b6ccfe8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f4dd64cf635",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "971799df5b2e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd4a54c8fe07",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1f908fc9dad",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b63918e0d6c7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f24614788663",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6eba0755c09",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23e540f5246a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1d52a75d90b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af61c2a95b2b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "7c55792f2830",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "20371014ad69",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "ba908cf15d86",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f25cea22c0f2",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "52e8bfd6983c",
        "url": "https://administracion.gob.es/pag_Home/Tramites/hechos-vitales.html",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a0191e366d97",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45176e2dae06",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce32db96df19",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9e3a4747843",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "43ce6080f6ab",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "83248b30cd49",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/pensionistas-transfronterizos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "fe4d2fc8d542",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "284b52f3270b",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "027b8af4a6fc",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7120854555a",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27e9b063cd3c",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2142d1d4725",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2cff68d62505",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:qw-act-r34|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cbd0bcbf1528",
        "url": "https://administracion.gob.es/pagFront/atencionCiudadana/oficinasEGEO/encuentraOficina.htm",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "99982b2ecc89",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcbd2fc311c1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e840cf28d853",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1d2b47e39a78",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "123a51231113",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "918d2caabadd",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eec647d29678",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "608f4efc0568",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8b90b33af8c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "904f94700bce",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ada96edfab3b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4276943df1b7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b7e7c89ebc8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "174274f90012",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2825de84208",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8dad8e729b5c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09313e972dc1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8dfb23f47f26",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "096ca963ffce",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8f76c6084b8",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd69cd529bf0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c02ba190edeb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "02aab1b15bd4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "04b844eb0099",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe8dbe9ee148",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f08cdd687c7c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "ebebc30ffc15",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "7ac81a3daa6a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "45d5210eed71",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-perdidos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "42c1587c894e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5c951b6b0a1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c63f6fef5c6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ccc61b680e64",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10e320f674dd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0eb5761dd00",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "43a01ab9ca7b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f6ece85cbbb6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad897a0101e3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b9f27331ee9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92d129642406",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "34d08bd9d2c9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "084ba169f4a9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e47e7179fcb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b4428730d35",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5cfcce65495",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "202884455226",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7bf93456951",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c66cdc4e58e3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "745601cad2b0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6db94e0cb7ce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bda3697821bc",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "20f7588693ab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2fff4c27042",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "95f1e15b9014",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "17b25c4960f8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "860cc0ddfa35",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a66f89cbf269",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-requisitos/productos-industriales",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f71baefdf378",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "492fb4d5b740",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5acd87e13151",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9c3ae49b0977",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4dbe805a30dd",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a410a40e1091",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f582d64343af",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/info-general",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b93a05e6cd55",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "04ac16ba5f98",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b39e8e8872c4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "004fc48cffdd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30c0119d01fe",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72c71e39d587",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3056fc825424",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af6f96039c97",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "74bf55cf2f88",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "811da5446035",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "746829d8114d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/prestaciones-desempleo",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "29e64595e84a",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68aad2de04cd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1022884b8ab",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "57eef8ecfa19",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e446049e94e9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "afa7e9c67d05",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "171abfde2fca",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0b14b344281",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cea82e520a9c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/diseno-industrial",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e59e2b9adc8b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb6232dc0e77",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da06013400bb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cc332d5636b7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/info-general",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6df5c962d519",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2597a36d06f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec36b2db9cab",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "beb3559fdb98",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b309fd820344",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4c4d5f532563",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2a34d91325b2",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b9ae20af85a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "18a9409fbc57",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4098716b9f41",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba8e2687d6d4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f41453901dfa",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "267759ce0cb8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "846db362bd32",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff5256a12c58",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77b99d0a5e60",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7dd778e8ec9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca9bb2b0e541",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b6a4c5e61e3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a6772252718",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0488bdbaadc7",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b50168ddb1ee",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6569d5e73330",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "64b7edde316a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d74f3b1ac857",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9f3e2b60cfe8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f684eb50b8f4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/desplazados/laboral",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "92ccdc1ebdb1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf732eb7261b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b55189f9b246",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bdd1a0714185",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ccb12064b90",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f77ef781d27b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/seguridad-social-pensiones/Pensiones-clases-pasivas/jubilacion-retiro",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "d0042aba682e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89610ac8cbd5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e7dd0904543",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8844bea59154",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b02cb932462a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0e097296e4d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f74e4c25ace",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "715d4b67c86d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1eebcc041061",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed89b0a90c5c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0e24ba832322",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c126c4ae9e3f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "45ba2adc45f5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b7df4880ada9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/sector-farmaceutico",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a514fa95defb",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "736d8b183a10",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff5fba3ccd1b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0410e4ce800",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27e3cf851008",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6768e2a95678",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b19090624c48",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "028a9e111391",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f642f2586db0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9cdba2fe235",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a96eb6c74231",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/buscar-empleo",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e29f3d3880c0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a95500e36366",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a761338aaa41",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a42874ccc58a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1778222bc9cf",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f7bd2d495a67",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/carbon",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c1451fb9d960",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f60cfd209471",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cfa0b14dbc5d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de1cb4a9daad",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9057c4ebaf51",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "fae53b06248c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/fallecimiento-repatriacion",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "eb9f91b0e390",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c440603cbd4",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c07946e5b1db",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6edc28bd675d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f3adc78da44",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d1b6015d7d57",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "632c1f3e6b23",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26e872854475",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a53befb9a210",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ec4966a1b6a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e2a830ad2df1",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/fiscalidad/trabajadores-transfronterizos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "9c19a0ac6f95",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03abf39a536b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c881ebcb44a0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cd4904e730d2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/info-general",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b7f7a7dcc4e6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65967e49a7fb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37449338f427",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01501f6b29b6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bde51a7b6b0a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d07db7d68d07",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f08228892f36",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c810914d90a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28b380165bc2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7c42ec01244",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5a4c85fc753",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "43163f9b5c24",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "9cdf125a800a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "9114e1d8c04e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "166aa02a7746",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/observancia",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "7ca23ebbc844",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "700ca7d57ea5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d75250ada1f3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "890e138fefa2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/comunicar-irregularidad",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "3bd5f027fc05",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29230e7f902e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb9364cc9593",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "115fb8634ae3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c03c3c12f274",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56bef4af2398",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "2dce01117420",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/finalizacion-contrato",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "48972169dab6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe1f6a6d0a4f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a20b680f003f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "34c4e236d7b8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f2219a457640",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e341eb4f286",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a80db6a4f5f7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eeb6d6cbe618",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39b26ba3a7ae",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d428a0d5ab8f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1475164c0969",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcffc0800c11",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6a5a3c03eae",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce1fcf02002e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e02c0aaf92a5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "018fdc4b9fe8",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4512b716d9b5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d74521c36f4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "33f3f4d70351",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "02b8a84f1d52",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "3471847769d6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "baa66dd23128",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/documentos/pasaportes-caducados",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "795ddfcf98a7",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ff963da05d4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a9c6e8dc745",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "3bc875dc9e7d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-nacionalidad",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "13155f83907e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cd73f39cbb0b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5ea3989d73e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c538893419b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "684e3d40a635",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c4b6ba8efe34",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/compraventa/inmobiliario",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b771242d4b08",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df08008c2875",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ed322f9e125",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b9162e35d79",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "625693c381ae",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41d2195da606",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d56718a20ff6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b1668ad5eab",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b9825bc1ee8a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0ddf601cdf6",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d6e52a4e741",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c03474f78ca7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cdb206153f4a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b1e7abb3357",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3eec7073236d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1fdbf0e4b634",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abd52a347e90",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7c66b76daa3",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d642588aff1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b588d11e9a7b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2eda5fb97741",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9cdc187faab2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "244eb7004156",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "1f294f082a6b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b79e55a8f8b5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/patentes-marcas/servicios-oepm",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "696cbc9126e1",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25eefb4cb133",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7494b070729",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11ae9771fc5d",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4a2e0624d7c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1ca6bf2b36a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2fa5e92d26d",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:aria-allowed-role|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f1c2ae30876",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "661d231f7b37",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1083bbb4b1ba",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a1ee3d0191b",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9676920ca570",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "190bab1f2174",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "269e321cbd15",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eeec2e960238",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "56fb68d144f2",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "560926041a56",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23561a538de2",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "079ee9e8b9e5",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d0fffc54352e",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0949b0a19e2c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a06e4801852",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ebb193e6600",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8eca3946c372",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c8365626109e",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "354d60037c63",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bcd7f29c57f8",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "39a1bc830715",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca9e46790e8c",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:qw-act-r16|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "24eba8e37e68",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:qw-act-r17|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "011e805daced",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:qw-act-r48|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "8359abbece9a",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:qw-act-r37|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "ef9f35d0191f",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:qw-act-r65|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "9092446a5ea1",
        "url": "https://administracion.gob.es/pag_Home/va/index.html",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "5623697dd33b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd8c264aa92e",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f4bbb24da9ff",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "962208708d50",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1b1e9ee76ea3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "26d3d4427004",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "853837fd186f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "48b6580dd8df",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f26bc75b5713",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec6981c88bc3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f9284c7a3fe",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60ae130b23c2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9b4463bf7c6",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e3cd6ac14e60",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/jornada-permisos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a5d2a05a2faa",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a77932d5eb1d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb655f6105c0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "edf070c77e75",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90b95a877f1c",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b003497e1943",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23eb1a3ff2ff",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "746e39ce5de0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "2746ba705406",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:qw-act-r35|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e6b06f195198",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/derechos/dominios-es",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "490a36769b91",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bef5cd59b825",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ca59a5e1a333",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b3f8661e52fe",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b3034cec03a",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "20d249a287b0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8ce272dc6a2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1ec5dad73b9",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3177c82afcfb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e96c1858d0b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "fe25a7d96842",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/igualdad",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f0e9522ddf68",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bfeb53385299",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd0d95e738a5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6f5cb355a98c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/menores/gestacion-sustitucion",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "f0e1ef884287",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e07b4780c925",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f0e5298f9e0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4f4531f6db19",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c133fb192a63",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/impuestos/especiales/electricidad",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "9a0a6bfff0bc",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37059de20ee7",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1ac02ba53969",
        "url": "https://administracion.gob.es/pag_Home/avisoLegal.html",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b717278d0ae1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2abd5e58337",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dffba64cd2e2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "08edf68bc660",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/obtencion-residencia/registrar-familiares",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c89b53ef5345",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe124cf80c87",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84acad7b1f14",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "234a3d261462",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec4c188cab44",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4bbe5d72214d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "732fd602c646",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "511c00ecfb8d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8f84596a0f9f",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "550017c681d1",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a5e3edd17f87",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b808c47ac080",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "37fb80036e77",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "268d027ed235",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "23b975dbaad5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb64c6940e90",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d7c5b36c413",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6796492ec4ce",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cefffe5b0d25",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eda0627ca4f5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4dc99510ea9",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8bc6d266b01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fcc006a981d",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d3ffe8439cad",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aa16673968b0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "274df6846175",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25bb5abe738c",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "272be9f15040",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cfc64722ad23",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e2e887ede00b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "83647aef8757",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:qw-act-r35|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "fb931bcbdf24",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/condiciones-trabajo/contratos-salario",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "8b94b8c5b1f5",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea1983e4dde3",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f4895cc06d14",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b0aa4491c731",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/insolvencia-liquidacion/masa-activa-pasiva-fin",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6f09d3556be2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb37bab18938",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ce58db0ca4f0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab5a5472b9cb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9af161df99eb",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7b73b953ade",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e9f4803194e4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/asistencia-informacion",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "517bcefddeea",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "122e80f8b38e",
        "url": "https://administracion.gob.es/pag_Home/Tramites.html",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "578945a71918",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c8b535a8514",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9be64910f037",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad7cba5d92db",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9e8fd11ccda4",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c51bf6886338",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "338565abeafd",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a1fb03669ba6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7de0eb1cd1be",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "04e16f05c833",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d77459fe27f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "2e6675a52066",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:qw-act-r35|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "3334debc8701",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/viajes/transporte-animales",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6c17a8650224",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "931e88c5954e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd021599a927",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5bb1e478970c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "adc8b56100a0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a028e9138eee",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31282913561e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5848056cc9d3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5bfbd034939f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "9910fa71d8d6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/actividades-transfronterizas/registros-notariado",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "7e05f964e0f6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "885c6838f37a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a87b8c27cc1e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4b308844e892",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "83afd4ba3188",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c23ddb1563ef",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d73c9aa2c5e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93d1f260c2ee",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7641a4a9d18c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eac980413ff6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5fdad6909f1c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e6712195968",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0bc549921a5b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "621a630b0a28",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ed15539bf489",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "795b0366dbbe",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a699bb770d0",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "8bfabd8dcfe6",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/empresas/empleados/seguridad-social/alta-empresario",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "2924f9c16a36",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5f4a90c69e32",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b29165e9a5b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad34739084b9",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b15e9f4faae",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c62702e9a8d2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/presentar-oferta",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e5e7658507f0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e429536c4ad8",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "433f53913fc3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e2ea86255a5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d51eba1fc070",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d92b9ef35bd",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6bc655a498f6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8605a30d035",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a12917e61de9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ac2b50bd84e0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "134d67f72e70",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "914cbaf824ce",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d52f7366ce65",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "07c9b5d021f3",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "08e1c60c5c03",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ddfc5cb0881c",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4e699c9113a",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a9c3248d55e",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2649ebadcc48",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "05da5a8a0ce7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f768eefefbe",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "eb0118b77ee9",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/consumidores/conexion-servicios/residuos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "ff6ec2247a10",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf274ac67f58",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5b9a5eca5c0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c815ca234a9d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b32d7c19447b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/familia/genero",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "edb8ffba7b01",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00cfda216466",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "70d74f150025",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "3617a40cd7b2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/financiacion/nacional/registros-notariado",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "9a1c98c7abc1",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aed0db0cce19",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "362b68ede590",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "67fab5d0d1aa",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "011ff94e5541",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd43a19a4a9e",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2c99d271b1d2",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2894c58d2e5",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "294f3d276d22",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "779e845946c7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3835d94401c0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8728562c07bc",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a0c77d12493f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3da9269eab21",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2c879711c27",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b0d51ad7205a",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eef8df88bab3",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1e2e5e4ded0",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22e2a2421d5c",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1a38c8f9692",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ff2bcacb7a3f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "be07328a5a8b",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2d73f4a512d7",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "30b97fd78266",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "481123ffe2e8",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d823fd826ea2",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a81df493c522",
        "url": "https://administracion.gob.es/pag_Home/Tramites/Relacionarte-electronicamente.html",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "23cf30581e33",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a1c76adf5da",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6e180217b534",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5149e0b8fc31",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2059b260f9d",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22205f12f68f",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e48ec86275f5",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f4abceae7f65",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c7176bb68cb7",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "454ca1b87b99",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e7e5049f85fb",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "0c7576397d36",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "3dda31a87087",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/vehiculos/compraventa/matriculacion",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "1b5168879b30",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8ba11dd1ade9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a1f87c885cad",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "89b8ec1414a3",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af9023bbc49d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5953a6c79d4c",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2efe26d26b9",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9dd658dbebc5",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "458bf0a12e3a",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d8f9c3ffd49",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f85f2cef96b1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2da9d4785a1f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "16d5670c54a0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "345eaa5ebf6f",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c3b200c3b32b",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4581178ff34d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f19318ffe67e",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2ed5c10c442",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd6e2d4b01e0",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3c571cc1528d",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11a76851fe40",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a01b9eb0eea1",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0469d688c2f6",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a9db13d90b66",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "cb57f53f7ceb",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "6ffc24f047c4",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "7c1a1a3038af",
        "url": "https://administracion.gob.es/pag_Home/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/residencia/elecciones/europeas",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "ced71ceed918",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9a53d3f5e719",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:landmark-complementary-is-top-level|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30995b0293d9",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e4346e2f20ef",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "12bd592526d0",
        "url": "https://administracion.gob.es/pag_Home/ayudas/gestionSuscripciones.html",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "08e47463b5d2",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cad74ebfd2df",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "604afd88b184",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "875d4d509345",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/trabajo-jubilacion/reconocimiento-cualificaciones/asistencia",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "e5dd119f5f77",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e91f72b5ccd",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "24324e254968",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "226075e8bf26",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06a5374b388b",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2928b56f9690",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "5383f94f6637",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/productos/normas-especificaciones/sector-farmaceutico0",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "0bdd331befd6",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86bb1ae3c88f",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6d239a6a0300",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a03dad46666d",
        "url": "https://administracion.gob.es/pag_Home/eu/Tu-espacio-europeo/derechos-obligaciones/empresas/servicios/permisos",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "a20796e55a0b",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b38f5cb5f63",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7f78eb45d15",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "b9f8c8701687",
        "url": "https://administracion.gob.es/pag_Home/gl/Tu-espacio-europeo/derechos-obligaciones/ciudadanos/educacion/practicas/contrato",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "ac22924a69d8",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13de222c05a0",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a1b898e33fc2",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c6dd211ad0c4",
        "url": "https://administracion.gob.es/pag_Home/en/Tu-espacio-europeo/derechos-obligaciones/empresas/contratacion-publica/participar-licitaciones/procedimientos-adjudicacion",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "fe74be25ca43",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:label-title-only|light",
        "engine": "axe"
      },
      {
        "fingerprint": "440503c84927",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "af6065ad53b7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c05680e0ab2",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "94d5905dd2d7",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b80d77a9bd1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b94714f4205e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0cde270aaefa",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1574c8e6374b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4fc371011991",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba374561efa5",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd5c1c5eca94",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ad4711ece49",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "776e0fe3a6f0",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c8584b73e9ac",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "75e7161c8edb",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a8deaa063f4",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c49c7b00c19d",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1900eaf7722f",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92e3fd261fa1",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dd1f48d6a86e",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14c429700d81",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da1f53938225",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:qw-act-r12|light",
        "engine": "qualweb"
      },
      {
        "fingerprint": "c0566b053c1b",
        "url": "https://administracion.gob.es/pag_Home/ca/Tu-espacio-europeo/derechos-obligaciones/empresas/inicio-gestion-cierre/seguro-credito",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb"
      }
    ],
    "resolvedIssues": [
      {
        "fingerprint": "e57ba9207007",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "43cd8b51b359",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d7f61e63ece9",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "517fd0898f3d",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2c9a09301ac9",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "14192e9720e7",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8e40efc1fc56",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ce1259077e06",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd6b5fa2d021",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "557ad97e4757",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3a1caaf03213",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cba588c68860",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d434e842c15c",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8c8346853226",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0e4e26ea4ad0",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "10795f5a1b85",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ba1658f2782c",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "43e32d181a6d",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ab47101d43af",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b438c786309e",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0116cfa0fd33",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6fc671a3729d",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eaa54d75d7fc",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b03d2ee6f09f",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2cb72fbf37ea",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "477d7993dbb9",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2fe72e425f3b",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "921343ecc1b7",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c2a35cfba794",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5fd5db261983",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c18aad1c0f5b",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "abb41f675b8a",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aebc15835bb6",
        "url": "https://www.cms.gov/digital-service/findsupportgov",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8088b546b495",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "64514446e6a0",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "13755e5817e6",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "17f4d39795e4",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4d0ce78c11d3",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9e1319f768c0",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cfdc69e79e0a",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8ca3764bc884",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5e0320b38968",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "78164bb1d7f4",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "459c4ceea878",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r42|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1e2518fa6bbe",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2c7fb589a418",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "46f4ad74ca1b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "274762f66a82",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bb9fe0938907",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r78|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2783a18c0769",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6f3dad0cde4a",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "40252d2d3f2a",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3c2ace74a996",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f28f0ed39035",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "60866b0840db",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66925ee165f3",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "af55bcf6286b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "39eef81838e5",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "97a5255f2f73",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ada7a5a1806b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b1b43783488b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "12898924d9bb",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bd7764237f98",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "78a75dcbd283",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9471b886d485",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c7f307b48795",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b5cf0e044343",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49703d804929",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b59c254fe9e2",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "38390cf24d20",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb9e6799a47a",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bfd384238c5e",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_parent_required|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2bafe6c0c37b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:aria_widget_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ed5589865cdd",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "12cd7e8d0216",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "094407443985",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6a2a4a32955c",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fa50e8171111",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6beeed9dfe5b",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ebbca95ce65f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5181afa0c3eb",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c3e1d30d009f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6cd025874d0f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c4a1f93a4fd6",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9d5358c98607",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f3c5fedd2dd",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5079c0a1673f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a5e856fc93c9",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b98b542367f9",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9fb4e6aeeadf",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:adaptable/aria-required-parent|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9b4bd383beb3",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6a2904ee7db3",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "631691f106de",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cd7ab3890a4f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ded4b7d6009e",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49502ec52529",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:qw-act-r38|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "60eeb9c59711",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:qw-act-r33|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f14ec76798f",
        "url": "https://www.cms.gov/",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6239e735c3b8",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "12567c88ce04",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1f0b0456ea33",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "674a357f54a2",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1363e1567393",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b1ec78888b23",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d97fcb080452",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb77f9163860",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ec764d35bfe1",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "22bb83fd8d2a",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "080b91201353",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "972c08383f66",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "45e0b961aa7d",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d05f129a9cbd",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "97f407bd0208",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d329228b5460",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0a64d2fd24af",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "91c12364b8c9",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e4cfa69139a8",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ee42aa34e503",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "85c577959848",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ccc594ef1e2",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "462947e45559",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8e62c82f8b9d",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "228c980053f2",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7de72fa16990",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4ce7fa34818d",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dcb03605f736",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c7d45462d705",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "29de2db12593",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3f7cd6584ecc",
        "url": "https://www.cms.gov/digital-service/digital-accessibility",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "859a266ac88c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "wcag:wcag312|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "635fc5cb096e",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b741ba5c4256",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6c62b78e58d9",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8409564d3fbf",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "82dbf790ac29",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "661193abb8e8",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7ef0aba3d509",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c8de66a3a97d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r7|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d1193a31392c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a266c7eb425d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eb20a00bfdef",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ec44c0b742ce",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0ab2ee346f41",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b4801c908476",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2274db47b60f",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb3d38dead19",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ae0a5fc2d4d5",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d8377ed95f0d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "07a19a51ef65",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "26377d1dbca0",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0d8057443c92",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "17082b4facec",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8e00f7379fcf",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a385d91b4761",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "83e8acde5616",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4947785d5147",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:element_lang_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "83bda9a3fbbc",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fc5017e27f46",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d684110b4b1b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ec334df08225",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49367be0acac",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "172173f1a1ae",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f521792a826c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "18b14eb6e1fb",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3fb16cea2383",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff7ba0ad65a9",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f0fa01db6efc",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:readable/valid-lang|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c1106016e932",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "64b7bb6939ad",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bc0d77fdc187",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:qw-act-r22|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "08df04e970f3",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/exchange-improper-payment-measurement-eipm/improper-payment-findings",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6134ca84191d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d8b632e020d1",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "af06960d7e46",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "02c1daf268b7",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6f5e6ad8719a",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6d655067174b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a897bf87e8af",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2acc4abfd536",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dcef14e887bb",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cbdf25d8ea87",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f502f3544afb",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b3d2c42e75f7",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d4c12cf32dd2",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ed250f39ea86",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6df666f8ffc6",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8e71ab93747e",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fe808185f61b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0eb64ce16621",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a0be6f0d8e63",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db1d4c61f95f",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3395ba3765c2",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eb9de921c154",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ceb29a0b198b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5b9de998ddeb",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dbf5adc6a742",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "03fa3043151d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "abe568b601f6",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e43c4b30d7e4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "178eeeabddd1",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5d8385937e5d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "68cfcbc42bed",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7df06759ad32",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b9ec8ed7566a",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-c-ipm/error-rate-findings-results",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ce3bd670f976",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2da12407257f",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "944b91d34a0c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "afe5dd735abd",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b5aea3fcee8c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ee6fa4f0031",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "04fc6d89e284",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b47b79fb6f98",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0fcb0709ac91",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7f24760b1e43",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ae917b7f0678",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dda4f39a53a9",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ab95ed57f96",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3f751f3bedea",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "35dfb9325210",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ec56d8574802",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "11fefab9d9c0",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7ee4ae90dca5",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fbb311769e0c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1175395ea03d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "19c67e9e06bc",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "864d12e60572",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f29109327897",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9da1ebb04919",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9f7d163076f4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7076f2434a3e",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9baccb1b2ad2",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c1ec281fca2e",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4cc2b819ace1",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "977fc116b405",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "19964187f6e0",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b3ed90c566ed",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6e94ce2f8e25",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/medicare-part-d-ipm/error-rate-findings-results",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "397741fcd3df",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9c20f0d16ccb",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "91a7affef012",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e567f347ffde",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a5137b495c62",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fb1a560c36bb",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f8a1c6f44db9",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d970e0f7e70e",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "96fdf65df170",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ebc02e6a2375",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d52844ad4875",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8392cf511bb6",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c2f7dfe26d0a",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c6225db14387",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d7cd6900b64b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f68d4ca3eced",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "55de5e57f8be",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b97c6014e360",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e70076a383f4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a7ad66009db3",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "328e38447440",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "65d2b731dce4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:table_headers_exists|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "655cd6e1fdcf",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "40c03a46dfdd",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8a72ae76507a",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9398110a6ed8",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "24330afd0d87",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ca9d8b17e9c3",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8e729ecfa279",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fc1915280f75",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "228868794573",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0c90f9ef398c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e55b6e053bf1",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "14d3e6e40dee",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd51d1fa8e2e",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eecbebbca9de",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/perm-error-rate-findings-and-reports",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9b045246dbb3",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2020/cpc-evaluation-findings-annual-report-2",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8b035a4e0a63",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2020/cpc-evaluation-findings-annual-report-2",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "492812e98d74",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2020/cpc-evaluation-findings-annual-report-2",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d73671a10a95",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2020/cpc-evaluation-findings-annual-report-2",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1ba2d682a09f",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2020/ocm-annual-report-2-findings-glance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2d85f141cdde",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2020/ocm-annual-report-2-findings-glance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9f80d58288cb",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2020/ocm-annual-report-2-findings-glance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "22e20bf1ffa4",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2020/ocm-annual-report-2-findings-glance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ba3fac407ed7",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/bpci-yr2-annual-report-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0976f0a1c3c6",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/bpci-yr2-annual-report-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "13aba154273c",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/bpci-yr2-annual-report-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a62698d0c0d1",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/bpci-yr2-annual-report-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "671e89954c58",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/cjr-py4-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "55e7b705a6da",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/cjr-py4-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d5f3050c5ea3",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/cjr-py4-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d14acf8c8810",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/cjr-py4-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bf0b4f4ac24a",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/cpc-plus-third-annual-report-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fc358ba1d549",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/cpc-plus-third-annual-report-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "59edc0da9c8c",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/cpc-plus-third-annual-report-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "46330f93b159",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2021/cpc-plus-third-annual-report-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fae5d35a8f8f",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2022/bpci-adv-ar3-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "52ea42057a47",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2022/bpci-adv-ar3-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b4ccd3f32e17",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2022/bpci-adv-ar3-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dc332ef60dde",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2022/bpci-adv-ar3-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "550ccc22b051",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2022/cpc-plus-fourth-annual-report-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2983795846ff",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2022/cpc-plus-fourth-annual-report-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9f4146de21b6",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2022/cpc-plus-fourth-annual-report-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1c5f15f0add3",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2022/cpc-plus-fourth-annual-report-findings",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c799bb9ccfc6",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/bpci-adv-ar4-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b9401413b0ec",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/bpci-adv-ar4-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "17f05386ade4",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/bpci-adv-ar4-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "96710ce86e2e",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/bpci-adv-ar4-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e6eb5c78198e",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/cjr-py5-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6451c433c076",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/cjr-py5-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8e0261521155",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/cjr-py5-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ad7a0e14660b",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/cjr-py5-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "154a41987841",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/cjr-py5-ar-transf-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ee930a8f2521",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/cjr-py5-ar-transf-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "78cc8a55e679",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/cjr-py5-ar-transf-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1ad0f70774e1",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2023/cjr-py5-ar-transf-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9d453550da0e",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2024/cjr-py6-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ccdf992731d7",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2024/cjr-py6-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bcfd92395c72",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2024/cjr-py6-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4befd43e76f4",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2024/cjr-py6-ar-findings-aag",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f8633e3e226d",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2024/vbid-preview-eval-findings-2020-2023",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "14319b79f9c2",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2024/vbid-preview-eval-findings-2020-2023",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b83b098caa89",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2024/vbid-preview-eval-findings-2020-2023",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a2e0111ff30c",
        "url": "https://www.cms.gov/priorities/innovation/data-and-reports/2024/vbid-preview-eval-findings-2020-2023",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cee136005508",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "01dac8df1218",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4dc09019a671",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dced37fc2a29",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a6c2c7a11566",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a354df6d417c",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ce9cee550aa",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6cd5a00ee990",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d60b4c97d9c5",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "38d3713a9467",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7c07199f77e",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3e5acb4c60d8",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2dd168d5b9fe",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c5e13a37016f",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3c387973dd36",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "13f73d051a4b",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f9d8d111e072",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:frame_src_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "29df0baf7578",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "45127b36b7af",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5470e349d53e",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2e4859c6a506",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8b783f7b6bf1",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "946e63c3f013",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "469701381402",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7ac591e61398",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "44cd554e04d9",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bb29f8900371",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e0938eaf4927",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4617123712cb",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "59d95df5fcdf",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "faf1cab7312e",
        "url": "https://www.cms.gov/about-cms/contact/speaking-engagement-request-form",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "64a4430c4b1b",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7d7247c67595",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7b2f2d5cc7fb",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ab7c7c819d1",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a5006c3bc9ae",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "87e1ca5b8b2d",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6127c37db1dd",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r53|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "08cf550dc12d",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "492d20ab53d5",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6f8f1c1f7248",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "edc095462cb3",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f57703603b92",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66ee525c20bb",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f5653ecfb460",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3a28754f4fc6",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7a28a5d47f37",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "00165d5d5f05",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c27989aef4cf",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ece6822fcc74",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db334d73cb4c",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cd71ef32d02f",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "479bdefe54d5",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3b74582621ff",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db04b86b9af7",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d98abe87e466",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "79b1e304b7ae",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7d7e5baa1cc2",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2331e2bbd4c6",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "958e196c692b",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a1bcd8f2d30e",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "edd83a5323e2",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c0a0d9f90579",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c14abe7e530e",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "69012fc79fb9",
        "url": "https://www.cms.gov/about-cms/contact/speech-meeting-requests",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "686f4b7ed46b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e5180db35ebb",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49134b31f122",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "63b5feab3009",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e8209b145d7d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "36bf00bd6d7b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "22c1455f99d4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ed8eba42f034",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "84b6d088ac3b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a069c3c473ef",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7cb99649484e",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c26486c37a93",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b120e15f794c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53d73c69808d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "14662ba9d08e",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c5aa1cd10401",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a0dc2a393d56",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7d7d5b34c78b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "77b5922cf88d",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "41ce701e6589",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a3cd31c76d89",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "212f499ace2c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "64708c235b28",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "119a5a00fdc4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "35c45a822743",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e194c5b1e425",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "860461cf3b23",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2274956002bb",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e962f561edb9",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3bde7c4d4a55",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d55e3b392688",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4560ceaa6693",
        "url": "https://www.cms.gov/data-research/monitoring-programs/improper-payment-measurement-programs/payment-error-rate-measurement-perm/archive/perm-error-rate-findings-reports",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "11f38a057384",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3a03cc34a044",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fcd95c58be0a",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bce3c98a546d",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c913b7d543c5",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "36894b516aab",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0319f6fd2a94",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5df3350887c3",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "900fe60e1f2d",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8efd201541be",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "735ddcac1a63",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6490554b95bb",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e2a615cca8d0",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9a8b3993dc8e",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aa0a077c27e2",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9354ff23dcdc",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5c25fe047079",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7185aed5a3e",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4952ed6289dd",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "830b1b6ddb22",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "31a3097bed01",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3a1ddb1769e9",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "737d915ee8ea",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "722c5846b7a1",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "694826d43ca0",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bcbcede09808",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e405d9655509",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "080cb0e516d1",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "010d7af568c7",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eccacec8492d",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ba62f1020695",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a4ac9211b72f",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d6a3d2a9cb53",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f46fd91e7e48",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act/content-requirements-plan-finder",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "04639fb2e740",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c2af6af67f9f",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f64318c04ba5",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "94f2f6084df7",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d73359ab4253",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "34e22aa6b3e7",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7c8682b030a6",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1f93f56318e0",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "38266c779aff",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8c8f371e5d29",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d382610201b7",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2b1b56e0b8d4",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eab3a988ca12",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f3853700f9ae",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4e40f6785e2f",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4ea8287712be",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6e355d5e907c",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a22408a01b3e",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8fc06224f37c",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8024a617c51f",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "151d62b4b1ea",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ebfb1101cdbe",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f078286f7b9b",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a3f0cb046430",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9d9302d38fff",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "13bf3f37d877",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "77d933d0f28c",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0774bf506fad",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ca63388abb9f",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "161cef2d9733",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2a1208450904",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "47b28bc0fe2a",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "70858f03e22d",
        "url": "https://www.cms.gov/marketplace/resources/data/healthcaregov-plan-finder-data",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b7f7768dedbf",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f9c70a6d4276",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "29db5a755efb",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b1a558496559",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "67f35c03b122",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f39452d507c3",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9bc1ad8e9c84",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "944720f0bce9",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a3ebe27f06f4",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ba1272e4bcfc",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1531aeae1a1d",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "510ec6060a19",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "85127fe57bda",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5edf8650b5cd",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "86f177677864",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8ac6819fca1e",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8d72b31bb513",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c624bbb2630f",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "98d74d5ff58e",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9be85ec31ae6",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b711d2cfd6a4",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fbc6ff073c5c",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "11a61cce2dcf",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a897301824de",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d4224b4b66c7",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6980233891d1",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5a3ae27f33cb",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "850e02066c67",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6e4ae9bd36fb",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c8930cdf5e57",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e41755809d09",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "93faee49c6bf",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a23fbcefff92",
        "url": "https://www.cms.gov/training-education/open-door-forums/long-term-services-supports",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6696f91e2245",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f4611db599ea",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1cf025077d33",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b555e4183f10",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b2c99ef69be3",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "307bfb16eadf",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db0bb02a8ea3",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ac58b6042b8e",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "09ebd738a80f",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "03d6d5fb142f",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c9d84b8f6a0d",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6bb079b785a9",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "250666a8fa37",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "611df468ccc9",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "27d7035b6ad4",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4f17fd904ede",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf85ec6a2238",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aa874e071c3a",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8f5ea375ff5b",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7b55523d809e",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f861c413675",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "74faea30a8b9",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb3d1cf6e543",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "00ce4d7ae3af",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "796c3fb7a2c6",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "975534ab4384",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0a1a52bb33eb",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b29b350d6e9e",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fd9f9c10734f",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-compliance",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7201fc9efec3",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9850cbf1fa0a",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fcdafd6a91a3",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9cdabc5b99b0",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ac001e5a46df",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eb9c3077a8e3",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c174b3ef3e43",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bb96bae0d3cc",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3d355a55ac31",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "476d6c809f70",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b7a36b75532a",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "04f030ff85cc",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53b70bf783a4",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "35483f5faccd",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "73cc3ef18947",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2397bb354846",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7068dea5c938",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1b678773614d",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "986337d23e20",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4568a63928fd",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e106fb18a761",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "33591cdce73a",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "470bb6c8b297",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2540bb41e515",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:element_attribute_deprecated|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8d7e29c0ebc1",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b23a24ed23a1",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "82a3aef50e9c",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d694f5faced0",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "abd85fa58121",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "42dd22b0332e",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ad8a8c1667cc",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fb47f15153bf",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "54bc7cb1b426",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "39bb6b85175c",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e1d4586bcbe4",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "16a966dcd8aa",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ca03852051a2",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f690ec05869",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c91383032a84",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b1cc147df730",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e500b28bf31b",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c181c51cd4d7",
        "url": "https://www.cms.gov/about-cms/web-policies-important-links/accessibility-nondiscrimination-disabilities-notice",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aa16e0603c3a",
        "url": "https://www.cms.gov/files/document/procedurecmsaccessibilityvalidationpdfpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2b2112aec480",
        "url": "https://www.cms.gov/files/document/procedurecmsaccessibilityvalidationpdfpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ec541caafa4",
        "url": "https://www.cms.gov/files/document/procedurecmsaccessibilityvalidationpdfpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f65dd12b86e7",
        "url": "https://www.cms.gov/files/document/procedurecmsaccessibilityvalidationpdfpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "95b15b6f1a15",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4545aaa12fac",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "19baf114c9a1",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8494d32cb86b",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7812c5c7e72f",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "481e13e57c96",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "07daf50a1e55",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "690384e0e83c",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r53|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e54915f068b4",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "310033fbba5f",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "01d07b1160dc",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53518a69d01c",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "36225e55e5f8",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9dddffbfdf97",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "652a5ebba739",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f2fa84b90bf0",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5abdaff20e14",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "81fa90279b53",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "96f5400f2920",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "710f0021c612",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5adf1fcddc2d",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ad045a9da2e0",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6bebdc478bef",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b19b66309422",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "299cfb328a79",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "07d8394c3733",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8bbb9e6a8c0c",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "73cff1004a9f",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e157f7b5394c",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "82aea14db901",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1e3314e28473",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a2377503ddc3",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b3ed5fbbbdec",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6e066b7958bf",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "21579be4c694",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "70ba8741353c",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6c66af9caa20",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bf70b5ff3442",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a4f6a2110ff5",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d718cc8dcc33",
        "url": "https://www.cms.gov/medicare/medicaid-coordination/about/state-payment-premiums",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f546debb872f",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3167a1369a46",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e020bc0f0a7d",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "805ebb1ae232",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e6b4fb9dbade",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fb05b52cbf4d",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "30c4f0a3bb82",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ea32b64b88a8",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "38d1de103547",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "be144884c5e5",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b0d2b7ef278f",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f1368ce774c",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2b2127c94702",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0b7cd58af89d",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "23546126f100",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e3d336e8fc13",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "af61483e9109",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e73e1a694ac7",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "be88920fe158",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0ba48faa3988",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "829ec9ed2a4b",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "59ade8d4bb46",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "21330e3dad8e",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dcf14737cccb",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b207a67b185c",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "61c852d087d7",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1b913d9f8e74",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a2e5ef37ec5c",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6469415a609e",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3579a654f3a1",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0548f5789e99",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a4995a250019",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e9cb60b31333",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5f43677c0bc2",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "28ff4ca950dd",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eb5f5e0fb0ba",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "12aae7fdfab1",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "34dec15b0b4a",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e438f68fe3ed",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eefc88056d13",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "721d2f8d1300",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "10dbcb363dad",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7f6d6796a9b0",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db0436bc5eed",
        "url": "https://www.cms.gov/medicare/payment/medicare-advantage-rates-statistics/ratebooks-supporting-data",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dce159a7b1f6",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a55796102eb9",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aa2dce384da2",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ca9382647a21",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "01b2bc05fc0c",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fd4b5443ce21",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "80ab5227b7e4",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "39015f696da5",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ef64f50e8682",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2ef954f62488",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3129f3dcbe1e",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0e234436610a",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c29d32f406f6",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "097f5bd54de5",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "392081860249",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4f5ad61b4a1b",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "912e7f3a4497",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c445d7ec5067",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "689517b829ec",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c6cf4941fbae",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4eed4678362b",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6b040e78a129",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5595c8741fd2",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "40bad173757d",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ce1096668049",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3259e06f36c8",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5ee05fba27c3",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b95d02ea60ca",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53446be20849",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4dc81dd62ce5",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e4b191f2e1d2",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "45beed346f70",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "00b716266946",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "632b06b1a127",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "27109836e374",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c9dce8be10e8",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "05be3ada892e",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a86c2d9e7b3c",
        "url": "https://www.cms.gov/medicare/quality/snf-quality-reporting-program/help",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc28c430aa66",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "26d40c148189",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a69085013172",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fcd94c79eb67",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "858c10b2c15e",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c7642b0ce3db",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b195696bf1a6",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c9c9dac6dc81",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "03a720392e56",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ed824fb5fc60",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "76b7e2bedca5",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "36d40ddaa4f2",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "44b0aed45978",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ddb164155d2b",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e8bd868f562d",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aec75616caa2",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1a099e08f34c",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "12bac5032fef",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f065956e8de3",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f1c867f2731a",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8a936523558a",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "579fb16bc0be",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "24f3bbbec14b",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8c2ceca7564c",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "986cd80d49ef",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8725b3225bd3",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9c404c9834ac",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9a94732a5085",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1fc3e1aa3537",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ffe730d1bfae",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "205204467852",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "be3ef9a4145c",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "660d35720919",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0bb4531c9738",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0f1bbef660db",
        "url": "https://www.cms.gov/data-research/cms-information-technology/section-508-and-cms/accessibility-cmsgov",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "692f7ddaffe4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e214df83d5ba",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66c864863654",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c5d43e894da4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9c884f90bc5c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "836d5b9261a9",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9766dffd3472",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "586957d56716",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "19911d786ddf",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6e4f87c989f4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5ea966dba133",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6ef6805b8b5a",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "94b06479b4d9",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "10b56adf62d2",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9597e78eb6ca",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "911b7acfc706",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ce9e927bd969",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "56e196b39d31",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b488ecee3aa6",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2b801596fabc",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bcb053897621",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ed7b0139eaa2",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7113c78150c3",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c2a231cdf37f",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5cba3efd504c",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7ff19a5e1865",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c81157600225",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0fc3493fce47",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "65af8740afc1",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c5d6bfaf0968",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "504cd535d882",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a98901efab8b",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3d9959fc7d48",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "37cd27e01b54",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medical-review-education/ncd-240-9-faq",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "97ca7a91a3a5",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3cfbbd2bb48d",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "559f1c66170e",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "96a83eda7be4",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "015e762f7570",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3c7f3c571c7f",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3cd5b7f72e3b",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f4812cfd1864",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1f14a2499e62",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "58a84dbcc45a",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "45b9bf3ac69f",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6e6ddf7d2038",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7d013970d8a9",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd14fb3005ef",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5ca80279e232",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c7ee11f52d73",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "17a59432abd8",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f1d4cdae3e55",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cae878eeee54",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e01e95ba1a14",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "01a555793330",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aa5ee2c43c9a",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e4ad4a1a9bf1",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bccd6bf9478a",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bd19d9cf502c",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "46976dac485a",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8855aef1125d",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5975e6e21931",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "edd0ac6ac4eb",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d1ee0d4e2569",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5286558b1609",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5cc71420c31d",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f599c42f7e8a",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d56ebc5c9fd6",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0112422856d9",
        "url": "https://www.cms.gov/medicare/payment/fee-for-service-providers/shared-savings-program-ssp-acos/about",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b8cd5bce11a6",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7992609e185a",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5cb7d79ce1c6",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a4ffbdede965",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5c04ad78d6fa",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "95eed0b100da",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "84c83ac3b5d0",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "87f871284ecb",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4c36f58ec8aa",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bf8d53e266e6",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f585145fc2e6",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "46c2305cbc5a",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "36213172f5d1",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66f84f7249d5",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "be3b85649850",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "28f4369a7fd4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c0822c4fd646",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e735ace48063",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "845424dac060",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9cc1f4ad7de6",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bfaa46293dd5",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "12c08216b63f",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1ce4ecc65a69",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "36474dadf240",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "31537be37ddc",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b55597f28304",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "760ab7410db3",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a7fab54856b4",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8f98c65b5509",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7caa20730be2",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3741e13d032e",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "113f68a4f1cd",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "736eb8bde8fe",
        "url": "https://www.cms.gov/data-research/monitoring-programs/medicare-fee-service-compliance-programs/medicare-fee-service-recovery-audit-program/resources",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1d76b67a88da",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c0e6fad51aba",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "654613742461",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7fc997fb35d",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66a1bc01c007",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "47b430b39de2",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9d4d6152a015",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "490f5199b088",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e98c1d992948",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7d8fdebbfeb6",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2bba0cab5830",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "70065ec6f16e",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "506623121213",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b4c740306cc2",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2a8cf1ae1737",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d6572f02f40a",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "942c12cab09b",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49a666eead9a",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "083320901c81",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1c62bb509c3f",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "987ab6ab0f81",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1c5d99cf089a",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9239645872ec",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d4418be2a497",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b0b17810d0df",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "763637c9f2c0",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "edf89f283323",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6b088228346f",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8d1a3513711e",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "76c7b868e3a9",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b104e1c205d8",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "165a626cc68f",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6dd213c9f982",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e3fa8b63a4f2",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "504d547213ae",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5840c3b204a6",
        "url": "https://www.cms.gov/digital-service",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ef2cd1a00a32",
        "url": "https://www.cms.gov/files/document/2011-program-audit-findings-and-best-practicespdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3babbb95d022",
        "url": "https://www.cms.gov/files/document/2011-program-audit-findings-and-best-practicespdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd38a50a27db",
        "url": "https://www.cms.gov/files/document/2011-program-audit-findings-and-best-practicespdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e6b5e6ad4426",
        "url": "https://www.cms.gov/files/document/2011-program-audit-findings-and-best-practicespdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1b9c3b7c6c2e",
        "url": "https://www.cms.gov/files/document/2013-plan-finder-training-scenariospdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3a2d195fa7b1",
        "url": "https://www.cms.gov/files/document/2013-plan-finder-training-scenariospdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e37a2d4be6ba",
        "url": "https://www.cms.gov/files/document/2013-plan-finder-training-scenariospdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c10959175dd2",
        "url": "https://www.cms.gov/files/document/2013-plan-finder-training-scenariospdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6466ad398007",
        "url": "https://www.cms.gov/files/document/2014-medicare-plan-finder-tip-sheet-1014pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fa230bafe9de",
        "url": "https://www.cms.gov/files/document/2014-medicare-plan-finder-tip-sheet-1014pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "83fc2bf6f34f",
        "url": "https://www.cms.gov/files/document/2014-medicare-plan-finder-tip-sheet-1014pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "41faeb72ad02",
        "url": "https://www.cms.gov/files/document/2014-medicare-plan-finder-tip-sheet-1014pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7e9c36a76aea",
        "url": "https://www.cms.gov/files/document/2015medicareplanfinderwrksht-508pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "27c0258e9510",
        "url": "https://www.cms.gov/files/document/2015medicareplanfinderwrksht-508pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1120f23ce3cd",
        "url": "https://www.cms.gov/files/document/2015medicareplanfinderwrksht-508pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c1fbac2ea62a",
        "url": "https://www.cms.gov/files/document/2015medicareplanfinderwrksht-508pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a9a4959abfba",
        "url": "https://www.cms.gov/files/document/2016-medicare-plan-finder-worksheet508pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a8d6da15711b",
        "url": "https://www.cms.gov/files/document/2016-medicare-plan-finder-worksheet508pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "be149bb974b3",
        "url": "https://www.cms.gov/files/document/2016-medicare-plan-finder-worksheet508pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f932ae4af544",
        "url": "https://www.cms.gov/files/document/2016-medicare-plan-finder-worksheet508pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8cd213aa15f0",
        "url": "https://www.cms.gov/files/document/2017-medicare-plan-finder-worksheetpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1a78d497d6a0",
        "url": "https://www.cms.gov/files/document/2017-medicare-plan-finder-worksheetpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9232772f1a10",
        "url": "https://www.cms.gov/files/document/2017-medicare-plan-finder-worksheetpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a09797a0a116",
        "url": "https://www.cms.gov/files/document/2017-medicare-plan-finder-worksheetpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6dbeb8da9d9",
        "url": "https://www.cms.gov/files/document/hios-plan-finder-user-manual-08-2014pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db3d2e628884",
        "url": "https://www.cms.gov/files/document/hios-plan-finder-user-manual-08-2014pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "19d15807ac99",
        "url": "https://www.cms.gov/files/document/hios-plan-finder-user-manual-08-2014pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "edaaaa953abf",
        "url": "https://www.cms.gov/files/document/hios-plan-finder-user-manual-08-2014pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "43c086c54e96",
        "url": "https://www.cms.gov/files/document/hios-plan-finder-user-manual-08192013pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "405e11663efd",
        "url": "https://www.cms.gov/files/document/hios-plan-finder-user-manual-08192013pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2536cb12e32f",
        "url": "https://www.cms.gov/files/document/hios-plan-finder-user-manual-08192013pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a562bbfccad0",
        "url": "https://www.cms.gov/files/document/hios-plan-finder-user-manual-08192013pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4e3493742dd7",
        "url": "https://www.cms.gov/files/document/hpms-memo-best-practices-and-common-findings-2012-program-auditspdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a6323655df96",
        "url": "https://www.cms.gov/files/document/hpms-memo-best-practices-and-common-findings-2012-program-auditspdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "83e1fff6f691",
        "url": "https://www.cms.gov/files/document/hpms-memo-best-practices-and-common-findings-2012-program-auditspdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "67dd18382ea4",
        "url": "https://www.cms.gov/files/document/hpms-memo-best-practices-and-common-findings-2012-program-auditspdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c886aadcb85d",
        "url": "https://www.cms.gov/files/document/lmpdsummaryoffindingspdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "29c524318d94",
        "url": "https://www.cms.gov/files/document/lmpdsummaryoffindingspdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0c42525ba3c2",
        "url": "https://www.cms.gov/files/document/lmpdsummaryoffindingspdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "45912968454e",
        "url": "https://www.cms.gov/files/document/lmpdsummaryoffindingspdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "99b37b74e1c2",
        "url": "https://www.cms.gov/files/document/planfinderissuerusermanual032013pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "79060d16d496",
        "url": "https://www.cms.gov/files/document/planfinderissuerusermanual032013pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "12cd367d4879",
        "url": "https://www.cms.gov/files/document/planfinderissuerusermanual032013pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "21d3065d8219",
        "url": "https://www.cms.gov/files/document/planfinderissuerusermanual032013pdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bb9b70f1daa2",
        "url": "https://www.cms.gov/files/document/planfinderpressreleasepdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "09d7ef98d52f",
        "url": "https://www.cms.gov/files/document/planfinderpressreleasepdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4768fcf690f8",
        "url": "https://www.cms.gov/files/document/planfinderpressreleasepdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e50129957848",
        "url": "https://www.cms.gov/files/document/planfinderpressreleasepdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2bbc97002c7c",
        "url": "https://www.cms.gov/files/document/questions-and-answers-plan-finder-data-entrypdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "18f1a2ad7f73",
        "url": "https://www.cms.gov/files/document/questions-and-answers-plan-finder-data-entrypdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6b2afb706b67",
        "url": "https://www.cms.gov/files/document/questions-and-answers-plan-finder-data-entrypdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1ed272f8f129",
        "url": "https://www.cms.gov/files/document/questions-and-answers-plan-finder-data-entrypdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8a242ba48def",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1ec1698903ed",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e9f2169ac5ca",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "93ec92fddc95",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "56927058d719",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "034887001c9c",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6ebcf59bc845",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3e52521a8058",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb28cc36862d",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6694cb1a57d2",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f115f1bb949",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ad4a891f2ba8",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "091bf9fa1dd2",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "78108df2f3cb",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8f4f628d5f7c",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "da6539ad9c28",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4066f94f8707",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a74cb8a55c25",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f63358f133f0",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b7c8ee8b1e1a",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9b8f598ea34d",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd1ecdf4d2fd",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0cd5f3fcb8b0",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8822cabc2f27",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a7b38336c332",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d81685b56ae6",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "56301534abf2",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "124b5667b3bd",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4d2aaf492646",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "39b898b661fb",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "afd9d806f210",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1759684738a4",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d7da5e2353e1",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3c7d747d169e",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ecda01b8cf58",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9f1defa3d2c5",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6b13801ef49c",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "996f653d1e9e",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "79db819c79b3",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "75b55fe04cc7",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "81995a7414d5",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "17d7316bbbae",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c699e914b1db",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e55a52e94596",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b4c97920cc78",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a48c8cc90531",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e1edce4ff9d0",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c993baa6d089",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "94643aa11957",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ebef12eac3bc",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "139b067d4aaf",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "059cab5358f1",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c22521c99325",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "54040bd7b227",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d9be9c297c00",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5cccc043d586",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6981b713eeb1",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fb6d33957c08",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ac1bb98a41c0",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9bf47a25db4e",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ee9aa9086142",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1a959d425bb6",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8de1e16a0ca6",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f45da092a0d7",
        "url": "https://www.cms.gov/training-education/find-provider-type/facilities",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5161cc189320",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "32430ca2dced",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b9a02bed6517",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f4eb6fd147a3",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a14b0bee3de4",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "89e6510fa56e",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aa69444055de",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6668ed4d316",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c76d4c844bcb",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "559329cfad94",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e04261cb4697",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3f747c9976db",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9552070a974b",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e4a0477ea72b",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4bf8733f8469",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c30568d13972",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dbcf2e2bc372",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7773225bbd71",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "92248abc8828",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "383013de141e",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6f10bb263173",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bce249689aa1",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7210abd5b938",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c96ecc89c52d",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc4c1a8eaa1e",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "63dd9c32e54d",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "83ba6216f9b8",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8cd88e96f956",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "77ecd7445b78",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "48b4a84beb72",
        "url": "https://www.cms.gov/training-education/find-provider-type/health-drug-plans",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ce5aa4f4b485",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8577183cd6f8",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b3a0fceef989",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "847049da7855",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7a5b0c21f1ba",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aab559b35133",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bf948c652481",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c9a4a751ea78",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "77591bfcc901",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "38c76da2c568",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f16ed60cbaa8",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b18bafb03e42",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8318525ad191",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "13a744d2a6f4",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e3ab108732c8",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "11b7b2abf332",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e7ba3f616930",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff02a5fcbb2f",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1b93a6c36778",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a9c702fbfaec",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d24178d1b079",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53f01b171afc",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "64e98adb68e5",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b86d54c72669",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ec13797e140e",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "af07753cb1ca",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0e9a783aa355",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "81913331261c",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6a9e001f52db",
        "url": "https://www.cms.gov/training-education/find-provider-type/physicians-other-health-professionals",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "263fde839df6",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2859e1d306d3",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "13d421f734e2",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "81f05a7a45c6",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "92fd271ea56d",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "248dd77c3ed6",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9e7b571ebf81",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ea1ddde28ae3",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "16452f1b0138",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a2982baf65ec",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a15b29e97172",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d290eb766536",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49a1e0f5a42d",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "71a6a79c752f",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c5c164632da3",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8d1f83f16f20",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d342db667589",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8fff669a7c95",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff046dea6621",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d1de11a48f25",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff4dc8d5600f",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9ac488d23a95",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4ecac9007a07",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "50177a03977b",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "12fea3349d7d",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "008d144bed64",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "039d9a706e35",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aa5e99f84e67",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a37253d165e3",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f91ff0bf8900",
        "url": "https://www.cms.gov/training-education/learn/find-resources",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "351ea332a913",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "480ab5ee18e8",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0b7ac82620d5",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d721d4b49844",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3653d2b820e4",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "11209f58de34",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2408c0212817",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1630f9a04169",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "467b94b2f29e",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b2eaef446021",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aca3b3f7df8e",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "929e85c1694e",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f0c1bcf0e9cc",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49e6bdc41d51",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c8de8f2ea91e",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1d69d36ba4c0",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4c1ae18e6eff",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8633decc0c3b",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7a2d659feeeb",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "513a8cdd4daf",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e0fa78377b15",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a53c011d8b9b",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "deda9e8396f7",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b113a3aedb25",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8dc15b2b1533",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7fda71e6c4d2",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3d9e9687cf78",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6fdd6f6189a4",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "653c84f09ca4",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b8f53e53a7d2",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2e35d3adbef5",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "880f27001aad",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f2ae2aacbc6b",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5dc792091196",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "716fd95de9c6",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "81d961dd852d",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53db3d0b7626",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "302553157a24",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8816b6ff6540",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "62bd8b6431f7",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2b3c58668d6d",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d0f9e74f8d1c",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f956f87f899d",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1296d7b474d6",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d85e1705ef36",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "294a18429ccc",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cea5b75adc50",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "852d76dd8329",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5b62c644dfce",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "554c570ceb31",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "70a409f4276b",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "30290e5729d1",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a9210fa725b4",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9c65f6822829",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6269043a165",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5ed754b970b9",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "68b699173e83",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cdab47c94108",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "da1920a5684a",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "951896375881",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0cf7f92bf572",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9224b5044498",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "13c1058a0727",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a98796c47267",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "931cdfdf5744",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9c32a1942e5c",
        "url": "https://www.cms.gov/digital-service/988",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6852ca1e669e",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6ec4767c0d1",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fd05b8d59d0c",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e07543dba9b7",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "de105f3771ad",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f733886be692",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f9cbb0d1e25e",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "abcfe2a4c8ea",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4ee37eb05f7f",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "83194b1f9809",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d197cdf302e2",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "03b34a7c8df9",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f60ce1279cce",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3166be005ec7",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cafd1bfa439b",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "257a98eecdb8",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e2e809e12476",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ef86d08a4ad1",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a88a9afae118",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5d9a3d948b32",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a43e1cb9e13c",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bfe1d739567a",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f374e8c9b972",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2cb04ac23fa5",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a77624a3c988",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c5ca380b6fc6",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9cc7792dabba",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1112f8e6019f",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49f8e561850f",
        "url": "https://www.cms.gov/digital-service/artificial-intelligence-demo-days",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66d4e3d57e45",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "049508be0d7f",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b24633506b70",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4d3047f13b75",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8d5a25bfa0f6",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b8b8a1323a85",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "03fb4a022feb",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "959d60302ed6",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7940a6e79a60",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8406b012fe0b",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6a9fc9adca0b",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1c6413ab6e7d",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6d48257c3934",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "561c44420f8f",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53c392267761",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8277aa427edf",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "292e02a9f2d6",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "75d4616f889f",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "849723d22dce",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cd387b1ec703",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0941a5786708",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:text_quoted_correctly|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "911e63760299",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "471704bb6944",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2d6bb5bb93b4",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b3d6fd5939b9",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "84809829c8d7",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "69c024992a24",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cfc2804b8c0b",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fb2a13fa3d12",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ab1b0c32a67a",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "004c489d9433",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5c3095ab67e2",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d15bb645e5f9",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c7e9dd9b96d9",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "618532d32040",
        "url": "https://www.cms.gov/digital-service/medical-bill-rights",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8fd56cf5fc9e",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "27f3c47c050f",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dec46965c362",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bbe872e59330",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "610bca720993",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "00b343d01a48",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0b3344298e13",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "96665d46a52d",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "18c740b72a95",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "70b5fa939b8e",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e0b74485b039",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2e76a49a5b4c",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1622c5a687ed",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d1fe424a3d7d",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a686354848f5",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc1dc630520a",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "59229489aba2",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a9503c72513b",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e9aabfe751dc",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1cc56a4790c3",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "50524a1e5148",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4730119192ad",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d609f41ea1d0",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dc7c1af10c5a",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ac671b09edc2",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1b6f832be39a",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3575ed0592f4",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e52b4dcac4e3",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "771ca9304cfd",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c8b8139ecb04",
        "url": "https://www.cms.gov/digital-service/open-source-program-office",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d0d2027b727f",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "67e1b738192a",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fe3d6b47742d",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a797ee8b91b3",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "edc457462515",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cca4225f3a13",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "82f1c99ea00c",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c1a0f6613234",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9760462bcc4f",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d5c04646dda9",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dfa2d593538a",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c310f90bc3f6",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b2305453e78b",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "581cf598c710",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1aa134d9eed6",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "efc6e1c78fb6",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "70d61289c366",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "84be096d3b91",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "978546db176f",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8d72c617025f",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "11c44b7ff3af",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "03add0563e2e",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5df3ec14e291",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4702250760c1",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b21a757d80f7",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3d18e15da555",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf6467097771",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fd2ba9fe4449",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a1032609dbd8",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8914e284bc59",
        "url": "https://www.cms.gov/digital-service/transparency",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2aa42e8fcea6",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "54a2bb413952",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4fbe4f2d770e",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dbcb338cca65",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "efa521e3ed9d",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e569da21067f",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "318f36c58d71",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eae9a85b11a7",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "968789ba7092",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9c9519b31d74",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c369195e3b25",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "683a430d95f5",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2b53827feaec",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "729c84fdc504",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ea4b90629cd9",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a2b26eed7ee4",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4847853ffcec",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7fc92e93c4cc",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e1f7f567dfa0",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "02dc3a1c4eae",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bef0685f9a7a",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bc5e0eeabb2e",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "69a92f1989b3",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "739451015072",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "162716cdfd5b",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5f66e892613b",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "889ae45ddafc",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1ccb03313098",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ba4375f387dd",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7441b2eb1ec0",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ab6f239bae3e",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "249628f2df2a",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e829832318ec",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ae42c0524c92",
        "url": "https://www.cms.gov/digital-service/usability-research",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e89da45ee3b7",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9ff8fde90cf1",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f5e9df91e834",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0a029bd20bb9",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b88106e3522b",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4ad9ac021f79",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "396b0635eec6",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "92a8a903a3a5",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2d8b997e8147",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9bb17fa636d2",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bbce57ae7491",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "36edb3b0b856",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc4942244fb9",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "034e922c6c22",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2d29547bf7fd",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff68f5304041",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3769b5c86c21",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ae63104e9667",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dced715e838c",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "165ecacedb74",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "28c48b8401ee",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "210c12ae4194",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9ded94a72474",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "802c66802bf9",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf59d99e6135",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:aria_descendant_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3034bd20560a",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7e7f847dcf44",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8ad181ef690a",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "16895ca22996",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5f1d4579f49a",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e963eea084d6",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0c129d0626ca",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "90759946cf20",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5b2ee74237a0",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8baee26a2160",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6e2159116a65",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "472a69f3511c",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7b950ed2878",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "89d76a624cdf",
        "url": "https://www.cms.gov/medicare/physician-fee-schedule/search/overview",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "15aa788bd94f",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e36f12827815",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "14d8470e7121",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "860d28212c29",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d51f997ea935",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d331988e3e26",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4e4e73aabe93",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "74c4fbcd5341",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "29cce4dfc19e",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0d451e3f040e",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f01f385c0257",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fd67c6b3db40",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "83c3781c0c75",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f81814ac8d98",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4fd719b655b7",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4d0b969d52f3",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb698cee4cc5",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2b4ef1fb0fe9",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5e6415da83c1",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e8683d90fab1",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f441134d868",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e8627a4ccce2",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "65b71a0a1c63",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1ca04ec25363",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9eefa69c2485",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "09f72223c0c9",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4b452da61a6b",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f87cef510d63",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ba591b7f431",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "00543fd4159d",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "06195415d8e6",
        "url": "https://www.cms.gov/outreach-and-education/reach-out/find-tools-to-help-you-help-others/open-enrollment-outreach-and-media-materials",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4a1d0f9137c6",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f93d394b217c",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dbf08b0d0182",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "88f0ed4c00ff",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53a177358309",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e10a9a02a7a2",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d6be542c7ef0",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5680fe01e50b",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8f49c0c0e1b6",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db949f1fe82f",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "149e3c7928d0",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4a559202dd04",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "348cccb4cb0d",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e1cf218e05b7",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e928a66d7159",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eb8a81ae20e9",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aae60af846cd",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1dc5713274ba",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2df5e4e5d26a",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb7246764d23",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9e96fcb5acbb",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6068602a59a4",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eb37ab205da7",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6b9a309cb004",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "99e20ef3dedc",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f9ea07dda0e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db535db4ed18",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2b70a5fa5ccb",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bae6d02b5206",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5ce506d692da",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d2f2d8bccc4e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "09fd8e550c01",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/contact-us",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "451bec94b627",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6fe42959efe9",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b1747b81825e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b786566029b7",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6c5016bfc962",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc9f7f776179",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b8e7e7b9747b",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c0fbcbf146e2",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a830ead1e295",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1eddea245bb0",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8da9216f808e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fc94bec58511",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "172871919c62",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb59f32451bc",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e34f7f2b1b93",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "75e3af4b4f29",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "766fca0c076a",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dfc8003ae19f",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5aaef418ea0a",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d8781b30768e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "93ec5388af81",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d1ff56e82f8d",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "19e86675d6bf",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c2773624104d",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "552cf713abfa",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "73eb68d59d1a",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6b89486b0de",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fb2b24467a21",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db55c5ac259b",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e599447c9c83",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e5ab960729df",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3366558ad27d",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a4f09e695a67",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/publications-share-employees",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "26183ac85f3e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3e1f0bf1f6c2",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "775ab44e49ed",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "94fc803416ca",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4226b69ce911",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd4703ed1e78",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9e541ceac81e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b53ae2ead33e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "55566e9c1eb4",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bc2dc4410314",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6f7c64a2be92",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2ddadb191010",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e0568ef7d9f1",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b75ca7bd3064",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "368409d368c7",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a42ade620aba",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8727814bbe60",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a6cc9c099451",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "57f163ba6abe",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2279ac29904a",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d5511d2b29d4",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:list_markup_review|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1a7aa0e2178e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "00b3220121f3",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "01304ac5618c",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dbff30bd6cd2",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "75f3007d4476",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c22424ece23f",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "11ccef91f17b",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bc0738f9e165",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6aeb16cb276",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2d3a41e2582a",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ea94a568eeeb",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ca12a770d99d",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "794a1092b206",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "01c746c7a48b",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "78f719d5c3b7",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "be0cf6112446",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1fc931c7a890",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fc10f21a6bd7",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "38b9c9462eb5",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3868889e73a8",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "005d92e396e4",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/top-five-medicare-enrollment",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4eeaac194b01",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2c016bf8fa08",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf210cc800c4",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "06c502dcf879",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b4df792c2361",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c3d2eb007ef7",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8dca9e491566",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1b912ec99c3a",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2fd8ecc40c44",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e415ec064919",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "95dc27609ab7",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6b494ea3976",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7b1f6bc87acb",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c1ff5747acd7",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dac3a11db764",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7d947ac83fb",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b3b0a7a86d2e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2bc203e2411e",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "067104e02a58",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc00dab6543a",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b7cc0bcbfe5b",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "90ac1946f4c1",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3bb69b43b590",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "46d440c393e9",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "067d30e50f40",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "edf4e37cb893",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2dfe8012efa2",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "01cc17457a11",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a22cc9c37012",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d039d5ac872c",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "460683672552",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a8d20fce50fc",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "708af38c9af5",
        "url": "https://www.cms.gov/training-education/find-provider-type/employers-unions/web-resources-help-employees",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ddded0a4f56c",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a8cf2c1d5287",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d86f1eb4ffc1",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7e49a1bc0e90",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e9be8b06f39d",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eebf110eb713",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6612ddaea4c",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0b8675f05ce9",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf5501402e76",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ed71ae04de64",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb17714fe1c5",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r78|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c6b31154332e",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ab55080bff3",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e15289b7183c",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff96485707a7",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "16ae5fc8d0a7",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "31c38ef814dc",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5782f8e48dd0",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "61db738a956e",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "beb26780465d",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ccb3b1442655",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8b66c1ad03bd",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd2dd7a668a0",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:table_headers_exists|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c9a706eb7982",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7438b500b9c4",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:table_headers_exists|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "69fc18ba0be0",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "06c4c0eae342",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e98775517deb",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aa343c39a1ef",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3a97b5c6752b",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8abee5e75800",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e48f37b6ccb1",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e5315685d036",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5bdf509beb9b",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:adaptable/td-has-header|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53d5a5851e23",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9afbe1e62a1b",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f49b2ed234fb",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9695289b2991",
        "url": "https://www.cms.gov/training-education/learn/find-tools-to-help-you-help-others/guidelines-for-effective-writing",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f656fd9c0cee",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5a7cac231c15",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a442ed0e8b3d",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4b7218d3e5ad",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "81ee75d7e467",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "55cfe4f65cd4",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4abc07d90c07",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "24f9611a5e0d",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7a7a92705846",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7b5674552819",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3b7846a212b9",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7822a5072376",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf6b6652fd42",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc89023dcceb",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "59b9d4818515",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3c505421b277",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a116c2a64ba3",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "85b3607a38e2",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "353368121fd9",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49d6f37f70df",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8039ac8ce2af",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dbc1c4306681",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d2c941603525",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1f704730d80c",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "829370e18923",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e72a61219060",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3cf4a5f1f8f3",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "356b76caef6a",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7d7bbd2f8ed",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53a9b00047ef",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc4f2bab15d4",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b9ba7da8784e",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a042e925d3ee",
        "url": "https://www.cms.gov/about-cms/what-we-do/nursing-homes/patients-caregivers/finding-nursing-home",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e7acd40a929c",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "539f06353d37",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "97b64fda887f",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ef6d375a7387",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e257cdd06bbd",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3d3a0a48e4c8",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9ea8471a2432",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "90b42f029b0f",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf6b95c6ce31",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1941e79a7bb4",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e3a310cd1d80",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "387328ba4e05",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0e64b58d1c7f",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f4eac8bb8161",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "421128add263",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "966d83dee5a4",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "df5b35b53f5d",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "047abf1284ee",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9ab5fbfd0043",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "843de3203c9c",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8cd8e68c0a96",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f698bc38d593",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6f0e4a6ec439",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a5c3911c31e8",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ed7c246417db",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e5b9125ca4ab",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "17bb2041d283",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fef0ff14adb7",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "311e6773449f",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1597b8d11b13",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "21fe9fba809a",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c1f95f074fc7",
        "url": "https://www.cms.gov/data-research/cms-data/payment-data",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3952bebdc801",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0a7e9993d759",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "811522c2a001",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "97b6600a2b74",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6d9bf2c17a4f",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e39363bb0d57",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9862622a69a2",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c998a2883e5f",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "206854ae8181",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c4bd5208f6b7",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4f1a77a915cc",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6896d71b023f",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9710a5ba7df4",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f737f65f64dd",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "213b7a7e008b",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c5a08534f20f",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1467f2ab04e1",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9fb4dc46f9c1",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b73056fe476f",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5464397f5576",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ccbb6382aac5",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "664dcba0ddd7",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "87797442e2bf",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66e765ecdedc",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aca2cfc221d1",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8866b5b41e57",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c478a850ec8b",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f0d3523ca528",
        "url": "https://www.cms.gov/data-research/computer-data-systems/minimum-data-sets-3.0-public-reports",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4dec5601b82d",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "79e3a240c469",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "77da1aaa39f2",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "43ba8e807385",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "70d9f1ae96a7",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "911e4a83b19d",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7ae49dcecbfa",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d91f2d5f6cf7",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "47a78fd2d0bb",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5ad8c849b12d",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "05fc01f1115c",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "57603b0debe8",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1de2fffba32b",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f9a816610435",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b1c05432ec04",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "009a545f9c63",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8d83ef5cc709",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c4d823f9935d",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1bc59a2644cc",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "731e5baf356d",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a4b5c1b8fbf8",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e6063a0883bb",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "09671ebce415",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7889b84f1fd",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0a7a1ea0663f",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2224cb110680",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cafbd8387071",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d7c78fd93aab",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0db9689a834e",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "39650a4905cc",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c5f3dc08fa05",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "57e0105321e5",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "94e6a00084ff",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "11ed9f54a335",
        "url": "https://www.cms.gov/health-tech-ecosystem/early-adopters/payers",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4fd31571aa34",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b5435db349df",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d9f24ebf8455",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b5a8b5cf3caa",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "21d19a07f19e",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7f34f4a5f185",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "52ac5aba810b",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b4d945cbc7d1",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7ec21a501f94",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "75e89b4450a4",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "26c1f38f4702",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dca3de09a444",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "665630d8af16",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aca7a4f18de7",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f1b90ffe1761",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b972a93bd1b7",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5480d8383081",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9619ba3bdc0d",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7c2851637efd",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "97fb3a61c4db",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bc0235f7b4ba",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d294e9927e0a",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d02b14a8af85",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d0d612a3e556",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "81c6ba8f5d3e",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6f842ea4c408",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7aeb48557441",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "64fb95f73139",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "862054db5bdb",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ccdff8bc9f88",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8b77a621248f",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a91d148b861f",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d5c343b00e6b",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "222838e3c936",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "14138b6f52aa",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b3c9c3c184c4",
        "url": "https://www.cms.gov/help-support",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "41b8489f7d58",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f8599b005fa3",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "289f71eb903b",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3d5a5e51d87f",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db5cc1eb2b56",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6a4b48b4c34f",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f94848890d17",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bae77006711c",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f66546d75f40",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ec551c30eb47",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cd72944447c6",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "95596d2eec7a",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4530ce230eea",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c8ce7a6640a6",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf8466963854",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "10aa32715b99",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1a46b92a656d",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "68851e15c3c7",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ca909fb2f66c",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "096d1c2771b1",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aaf68231f541",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ba946ac50359",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f8c30e12ee69",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5b9417a12759",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0acedf97053a",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "563c4801823a",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "41e005415acf",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "214936bbaf06",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7b743277659",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "be7259dc844c",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f94b3238ad8b",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "145a122ef884",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "abd3aa48c72e",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f485cce27ad3",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8c15534082f5",
        "url": "https://www.cms.gov/medicare/appeals-grievances/fee-for-service",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49f6257fb2c0",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "73ded324f5df",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1de11c8263cf",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d3d29559ae55",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ad0b861d0eb",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d1d745eb76ed",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "630a9b2eaa3a",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dfad9728e090",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r53|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2a7da39883c8",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b744afcbcf5c",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2ff4fca5c965",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "da2e55130aa5",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d9c476cfb00d",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d655f135b2a1",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "34f920813a0c",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d6e3cedc52bc",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f8e23c5eeeab",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ad3d974b11aa",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a9d573f7a55b",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cd08571f87b6",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e2d081d8b35b",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a9c93e974d7c",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f87ed618b3a4",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cb580f38b731",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "497e926782e0",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fe4067394685",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6e7d066b230d",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f100225d657",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3b8702e1aad9",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c3112032445f",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8e84ae0b4735",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6689d1c3595a",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "65e2857bb6cf",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd4ef2abe80c",
        "url": "https://www.cms.gov/medicare/audits-compliance/part-a-cost-report",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d8eab449306a",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "72af20f5d3cd",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2594010280a2",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5af94a2f36a9",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a1ae7005af1d",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a007102deac9",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ac72b05de86a",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8f3a20a30077",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "74102b340761",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66f8bff60a7d",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "06b3b06c51c8",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "299fc76f579e",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b5408e58d724",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5c46389ed2df",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a7f25a872009",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a53bf92dda21",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fb8ca4fc5ba4",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "354d2745fec2",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c4740a632c89",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7e68b50192cf",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f65ec7937bf5",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "20eb1f4deed0",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bcca11709b09",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "822e4638349f",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e42aaf23ccde",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5b91959cbe50",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "926286213c86",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ca9cb2c39c35",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b5aa68f10b92",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6eec63033dc6",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ea78b3cede9",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c5b8015ec662",
        "url": "https://www.cms.gov/medicare/coding-billing/place-of-service-codes",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "88e70d36db0e",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0fe52f5f8926",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4f64af2460f0",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d50e975790e1",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "159405f49c7b",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6562d8d0a51d",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "546b0a9aa168",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ce78d4c2fcac",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2833eef2b128",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a34d243fb6be",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b322065e002b",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "edf3cba864a4",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4b3f5a27d5ca",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0b2e1a90f4a7",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6cdc6c55cf76",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "97461e5566b1",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf0eb37e91e8",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "836644e3169a",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a6b6c0660d0a",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d4a84ef4a241",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "40deaf34f1b2",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1de24c31309f",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9e13f51b8867",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9a61d6ca92e0",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "285194a1e265",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ec70a7d4fce5",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf5781285434",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3bd410db1a11",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "57d2d4244a4c",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "52fd9f8dcadd",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dc62f48749e0",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "29284a3352c9",
        "url": "https://www.cms.gov/medicare/coding-billing/provider-customer-service-program",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d9b23f1d4f2f",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c1f6bc5ede90",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5e009c448eb1",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "640d87270ba6",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ae28bceac27b",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3109637cfb87",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cf7c3b54f6c1",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ae7252f07d89",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6cfc88211fea",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "29636fa70cd0",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d9a6a6555ec2",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "53fc69b82cc8",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0d03787196c5",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "886f263ccd69",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7afa955f81d5",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ffdab7736591",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "94189009f3ba",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "face3eedfd40",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d2aae8bca3d8",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b4d0ebeb7ef2",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c92288d0fcd4",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "14b7a428a3b8",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b7497699c418",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd31eb0082a2",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fa77a4fb6337",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2c9a0fd91d51",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "54cdf4f5b330",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a66727f79454",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "061ec263d6ed",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "71af2dd2491c",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c62cd06b2de2",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c88d895fabed",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4af91a61659d",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e805ec32e97a",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "370aeaad626b",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "10d36d21f682",
        "url": "https://www.cms.gov/medicare/coding-billing/therapy-services",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6cb5ff7c8dc3",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e7f6928ba543",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ceee99b74cbc",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ee6f6c27712",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a2827d0d94af",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5f47cd675174",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9143b80cfbda",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "42dd71e0829d",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7e81128b375a",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2bdb7886f164",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "10337a583003",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e95abf1e3d1e",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e6d7e588bf74",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8f5762a356b1",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bebcbc4f0bff",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0316019805aa",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d34b9924360e",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "34149cff93a4",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5b8f5c933f36",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4cd415e3746c",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9ce365d79d3c",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "34061627336c",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "24d17c84e5e8",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "79ba2374d115",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8d4f41423b26",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d6a511eea9cc",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a74a9673d9da",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bb201800f5d4",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f4cb927f757f",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d1f195cb7697",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "89b061ff3abb",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9ba10389a19d",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0cc7c3e55694",
        "url": "https://www.cms.gov/nosurprises/policies-and-resources/reports",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f2583e40acec",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d9b2511a6581",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "392461e1e26a",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "39b8dcf8657f",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ce6ca9768258",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c0c4c0c721c2",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "15a7c0febeba",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c4f16ea48606",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4906b2d0322f",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6dd40d497fd2",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3d51aabe9496",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f9a124587257",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8494d8c87a84",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4b75fd1cf3a1",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0f5309376fbf",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "029728747410",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0b94ab0272f5",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "78d9cd5ee391",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "635f8ee981d9",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e5dc08f44a38",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "55840f97979f",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d837c217acac",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "04aa1261cb67",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8b0e365fc155",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a8c2fda68ea9",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "453ee11a9128",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6d50316a3c96",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b5a28778e014",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4a8482f89ed6",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ae91544a43c4",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a8bebef2acd6",
        "url": "https://www.cms.gov/about-cms/contact/cms",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "85fe6720ce21",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5a8fa6202341",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8d00387bbd0d",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "46bdbc15bb5a",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e4ae71e471b8",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a42be462d42d",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "285badc84e6d",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c0ed0cbb5d93",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a215cccd9f97",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "64948ca487c6",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4e2199adb114",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e1e0878f97f0",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "654f413d053d",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b35c9c2fbda9",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c8e247a64549",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e351c009bfc6",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d44d1def68fc",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3fc1515881f9",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0eae38292618",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7d499e2de276",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7f69313efb0e",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "75a1b82fa97e",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3dec7d65a325",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e0d10e576680",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f8ebda1b106",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5471e98364b1",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b1ead882bb03",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9f0f1a9e7471",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e6bf9810cd19",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0b8b288e26aa",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b6060325543d",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff877a093686",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "33de1a162a88",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "74ba293615a3",
        "url": "https://www.cms.gov/about-cms/contact/database",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3555eeb8babb",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "388d86e369a5",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "592f214911b3",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cab2a7b80992",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1e4203089d2e",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0b8cecf8df5a",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7bfc09efcab3",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "af1bc75e2e6c",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "219f225133c0",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4398df36f92e",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "47cfdaf8f81d",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r3|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1e7947c5b209",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r3|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7c2b9ed44e70",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1df393ff8aa0",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "69f9f1313c40",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4e795f42e31a",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9a03f6c691ed",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f8f5280c05c2",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "27dc587e45ed",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bf3ab79774b8",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0bfcf143af84",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f21eaa28f32f",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "14ac2d7fbc4d",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6ac17170c288",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ef8e01d717ff",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2932c412d822",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ab0b727bca3b",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b86d0792859f",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff5a6cf342d1",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ce529d7cfdff",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f2fe3535451",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c2ed457533af",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2b9bef01d22b",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7ff7c2a22e0d",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2cfead6e9637",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "87ef4f51f484",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "28725e960254",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3e8fdf2a4fe0",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5c31bbc49f26",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "99d7a5b4a0aa",
        "url": "https://www.cms.gov/about-cms/contact/newsroom",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2ce88475abf5",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a9aed124096d",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f41ab3a1039c",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8087eafdabce",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e2bb9e8923d5",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aaae4f192d2b",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fd2959978c28",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b502c1419d63",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bed1e14e8d33",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b25b4ed8223b",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8fcff775a992",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9218c7dabd77",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "807d2f3b389d",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7e90f7138579",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8417f5e263bb",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4a787c7bc669",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1c775d13782c",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "de831fce98cc",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bc12cf1cd8db",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "30fe658be0f1",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fbfeebb09738",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cd5b5c459867",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "368a27e2bb47",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fa8205a228cc",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b2493302bc75",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "40cc75688833",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3c4aff7697d5",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4660527debef",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "05cc7eec0c20",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "130b4cb3b5ec",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fae36a37c429",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e5943a7e8276",
        "url": "https://www.cms.gov/about-cms/information-systems/privacy/privacy-act-1974-and-privacy-act-requests",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "79222be1b2bd",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "896d6cee0a81",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5d30c7209320",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "35360f7857f3",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2418d23ff8ca",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "75ea1ebb87d7",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4f6b109c4a3f",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "39d0f8896873",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3cd8a4a91cca",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9e939086168f",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c098106ec4b1",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "581098427c35",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc2c7991a9d8",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "25a5151a9742",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6c316f8ba29c",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "997d9431295f",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a4b6894d1c43",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2e1c5b7e0917",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5fac28dd536c",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a8a904e55939",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "40d0ff0e0c0d",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "058145896efb",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "18ed67531ea3",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c4df55a70b92",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c7808be3f807",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "35411ec88b0e",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2bcc6e43db39",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c33abbae3cf6",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e73a0d7ffbd2",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "97264e2661d2",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ecc8f12e7da8",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5b09c4567c55",
        "url": "https://www.cms.gov/about-cms/who-we-are/leadership/digital-service-cms",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "29f76a0e6186",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0d175c7432eb",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eda1b9bbd3dc",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "46571bf7adb5",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6a84d453cfcd",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ba0c265d99c0",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1e1a16289072",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "98b4c239bea6",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7859a828de3a",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r53|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eae148223b8a",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r53|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0dc07bf6c955",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4371e30f464e",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "65225e879549",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bafe9d0c8658",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ea74b05cfd21",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "99e455470a1c",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f27edaa41eed",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1f42eefa0c5d",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d7c347fc2b48",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9a83700ca072",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2c549de01e90",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "106ebe4bb6d0",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a33f7916c3f7",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9629cd9e25e4",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bb1f2298398b",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:heading_markup_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c43f1e7c9804",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "17337753930a",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eba95082c828",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1f903b4e76c6",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bf6c3e454dcb",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0650c04d5fae",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "301e98fb366c",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0f198d7ccd88",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a77db10c36b2",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1af5e6dfa6bc",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5c8a8f9a8f6b",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b20e2205c1b9",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0404dbf16537",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "33cb261e4a6f",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "125d04b5ab00",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/financial-alignment/managed-fee-for-service-model-mffs",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9516ce298d15",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3e5de4c3a3ec",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a50664c12424",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1a4dada0aabf",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "51284f7df41e",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9a6d636bcdb7",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0a52a98b580c",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4a429362d3d1",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4c48e6d8ea02",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a533e3961af4",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "474b29c1ba95",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ab79837c0da2",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c7c580a93cd8",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8fd473cd3dd0",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a40cce6fe889",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e1f23c09266f",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e922a0fcda68",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fbeef87da7cd",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "221b919a8970",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "87b8279798ad",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4443b3ac612f",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6a4228528686",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49ee02f35877",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fce6a6eee0ef",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2003284cc8d2",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9082ac244660",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "965eb78b6588",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9b8c16733441",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cd517a22a274",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc01383e3ea7",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "84292249e93a",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3c5a5d6fd029",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1d2f4320818d",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/reports",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6ad4d52ea3c",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "672f0381f477",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bc22161f698d",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6bf5db395cdf",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "38fbbe23904e",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9f3dc059de42",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dc2e3fc74360",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4cf5daa46418",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c1aaa2005a0e",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "208ed9b73b97",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8ef4d5c2e312",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6c215c74f1ca",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fcaeef2558ca",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ce32bf3372c6",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d445a83b34cc",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "026a3e9a88fc",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6dad75c7bd63",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "045cb7193110",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5747036f84b6",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4aafa7c64990",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9eb5d8780f56",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "63d8d2f57cd8",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "737edd65a110",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5bd18a82ed36",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "83e14b017d6e",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d6cc376d1247",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8191bae8966d",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "894253636d83",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "372b507929a4",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "49cb3396f872",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b40abd884e58",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "46745714c012",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "57465c2bc5ab",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "72bb25b70cba",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7a857be5386a",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7b30abd6edf3",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8a27646a04a0",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4713d872c948",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e82f1c865e90",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3c0263f8b808",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:element_tabbable_role_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b0fa7082f9c6",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cdcf26cc0bc1",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e54d3e22bef1",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "826184c75c9a",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "57ee935a8f47",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "936cc8444cce",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "423199a3be78",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3c9ac1fe2563",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "63d629fa1f04",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c776623bc9da",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b253ec116924",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6747ac38f279",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4b2fefcbf04c",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1f327e784050",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5fa4efb143d7",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6a69d0c6607c",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2180de52d242",
        "url": "https://www.cms.gov/medicare-medicaid-coordination/fraud-prevention/fraudabuseforprofs/focused-program-integrity-review-reports-state-or-territory",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "99f99856bebe",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c72198156856",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5f0d64694a6d",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "900501857e79",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a7bed8e55edf",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1e67fe1c61d7",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8fca1e6cb537",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8816dae96846",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8beee71492e0",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "65d542abe07b",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aa40be7d02a0",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d71a9e9cf837",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "61940ca6f77e",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e179a83f689b",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "debffa896097",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "48953ec781a8",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b5f545569173",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "41c4d30a4405",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "384b9537e316",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "680431a60377",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ef479473279e",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "82b3ec1ef2a8",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "585e54c4e1f4",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "47b428e15c9d",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "69817bf1488b",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "22bd362b802d",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e55b1623c154",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0e1767004224",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "678e889fa92c",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d44f7589cfc4",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9cec5dcdb879",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5eb21ca717d8",
        "url": "https://www.cms.gov/marketplace/about/affordable-care-act",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2228bc201b20",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dca79ad63642",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "42df3bda6fe8",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "287042fc6612",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fcc8691016d0",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e2ee569665b4",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ea6a0431faee",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3039edb0a512",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0de3727ab75c",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d8cfc1f2af38",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "974cb597c346",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "058ae52db97b",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a990a8b4945e",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fb15cda30438",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3428e3230818",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bea20a1e796f",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f6d33e234cb3",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7692436ee37",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "17986aed1d99",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2426f26b0119",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d0d91cf8a4fb",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1b17bf4373ea",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "41505ee97b18",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fb13e264dc0b",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e1c6ba13f00f",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "75b844d88fc5",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a7fdb8121f55",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2f443d286417",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3ff428e3dc5f",
        "url": "https://www.cms.gov/marketplace/about/exchange-coverage-maps",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0be7196ed7de",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "abe9507d9b0d",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6433ce1f282b",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c2400b94a78d",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "02c5a271f468",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "baf2444babaf",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4c86cb1099b6",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "39421d989f30",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4643d169ac0b",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r64|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "816d27050c34",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8543b8397547",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b90b0fc5d56f",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f925197091e8",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "87404247f714",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8ed28a9912ae",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "cc3cbc9f4e39",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "28c601efd69f",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8c5bf806c5af",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c1d90199191e",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4cf7eed377a0",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "757c47a5fabf",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7f359d815ef",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1b2bcb5f0799",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "da9f4cd712da",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1b61affbba23",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:heading_content_exists|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0629d3f928fd",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:aria_accessiblename_exists|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "61fe2d8ee262",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "528418433df3",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0c62d1ce113d",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f49d7dceeedd",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4a217a678735",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "99a4626c91a9",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6458a718d3e6",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5ddf17d62ef5",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0ded664f566b",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "51f863b41fe5",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:navigable/empty-heading|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "269e8101ec5b",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e3208bda4090",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "375b1c7a937c",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "923f33c20a6c",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:qw-act-r35|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "755e49c27f0b",
        "url": "https://www.cms.gov/marketplace/about/health-insurance-marketplace-quality-initiatives",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "02f5b0b8992b",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "58da85527dac",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ec8426182916",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0cfa6a7babfb",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "db0e03cdb68f",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1e6792f3f4d4",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1af1673434b4",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f064fa7def5b",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "76c157cda66e",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f7499cb2cd89",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "571a11acbc2d",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "89e564e6bf61",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "846227624e3b",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b8ff31db6f40",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fd2244fbd09e",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a01c1937e490",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a1107bd69746",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f0d11949d75d",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9c185db8259d",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9f5bd504fbb5",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "38b66bd68d2d",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c85267b512bf",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a9b86db288d2",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b79d5cee9b9b",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9efd5d65b168",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8334cf73865a",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0c9d97c6113b",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a37542592540",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "68f04d698410",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6e182a5857c5",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "82b1147bd42a",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f1a21a241dd0",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0630293c6016",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff789bb20e5f",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b6b4dacc8b24",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c4d36726647b",
        "url": "https://www.cms.gov/marketplace/about/oversight",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8fac7584a573",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "23e1732d402a",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "da328473f6c0",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "08e9ee399631",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66bf506ebf19",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0fe48fe66ae3",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "01f6b0327734",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6ce7a3dc6eb1",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "98364092a7b9",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ecdcd66cbb16",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c35720a70932",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "215266d1db34",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8e9286956beb",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4d448e50dd2f",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fad418f6fcdc",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9b0ac4616c2b",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "935a25536ebd",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "df6c1d9a46c4",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "36d28f33b61f",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e858493b2ccd",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "86b0e30d375f",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2c6b8e48dbc2",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d41fa67a77d5",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5bc3aff8c7be",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9c351c312e73",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0e5651f45928",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bd4230b1f6fd",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dd4a370ed99f",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "09ce80578e2b",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "968bfa40b023",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "eeef69e83064",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6481c90d8a10",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "05fd9be91431",
        "url": "https://www.cms.gov/marketplace/about/overview-exchanges",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "12b77e2a8d9f",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6be84849af8f",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9b22df734f10",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "71c31b122f06",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ba9e02775149",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fbb60f049e2c",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5a0e916ab3f9",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a92e59bbb50b",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "115e0cc03fbf",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0d83c4ef1560",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "84bd5d232ad7",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "44e6e8c28d97",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "935a076f8784",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "38527930e46e",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "01d27360debb",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c899be1c133b",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6226ae1c7d6f",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fa305ac70b38",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "08eafc04947c",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "624f3b5f0312",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66c18037ad4d",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "689866446c85",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "96fc13fec2a9",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b36468b76c1a",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8748c45129a0",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2dc2775a7589",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2fe7daa90505",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4ffc4e29f4ed",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "79d94b375043",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b9cba8168d49",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "aab3446ea458",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "98078240d4ba",
        "url": "https://www.cms.gov/marketplace/agents-brokers/help-on-demand",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ee9d33f47c8b",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c03f6c7dcbed",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "635d125f38b7",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9e745bef97ae",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a201628d18c4",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "360796d8e382",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fe2d66401abd",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ff64cf4f2e6c",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1f3e7fb84f34",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9a9319c941b2",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66fab7d8c2ae",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "377b3c1cf67d",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "812d5fe65b67",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3646caa7c6c4",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "039572d53a7f",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "255593e3c60d",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "6cb07fd04391",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d162fcd9b93b",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "492a9e9611ba",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f0b7d92c11d2",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:text_sensory_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "56257dbebf26",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:text_block_heading|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "31812f0c35a2",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d3be0cb52bcc",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "f1ff20fdac97",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4ff6f08e7a12",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "e5e9e0bd40af",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a77f6c3ce7f3",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ef3c4e16e7b0",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bb4b12f70bdf",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1817a00be716",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b61caa3f207f",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d554696ad044",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fe8d57b724b2",
        "url": "https://www.cms.gov/medicaid-chip/community-engagement-support/eligibility-made-easy",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ab37106403ae",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3f949b631a42",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "039f741490be",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b00f4b46e494",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d993b192e3bc",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "70777fd8ab3b",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r111|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "dce001da30dc",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r61|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "8e5812c39cd2",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "c93dcb9f8baa",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "ab686cd82c9c",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r73|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "2d8086189a57",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:style_highcontrast_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "fcfcf0ae22ef",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:style_color_misuse|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "1f03c84e974a",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "7f6b45ab1dfe",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:element_tabbable_unobscured|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a8bbab512854",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:style_focus_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "301009d11966",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "a5b369585dbd",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d598e2091f4f",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "d5739f1bdd7c",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:aria_role_redundant|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "76d84fd1498b",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "daf968b1591b",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:input_label_visible|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "0237fdd16193",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:label_ref_valid|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "b43d724822b0",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "71281f71a53c",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "3578ffb45373",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "57ba3c8447c1",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "65c76e90af1e",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:svg_graphics_labelled|light",
        "engine": "equalAccess",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "66f34cfb0ab4",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4bb01611e21d",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "bfb4e28be0d8",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:labels-and-names/aria-command-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "4c37061eea81",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "09dac6bcc446",
        "url": "https://www.cms.gov/medicaid-chip/medicare-coordination/integrity-institute/contact",
        "ruleKey": "rule:qw-act-r76|light",
        "engine": "qualweb",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "35d3122b5da8",
        "url": "https://www.cms.gov/research-statistics-data-and-systems/monitoring-programs/cert/downloads/fy_2004shortreportpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r1|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "9137058a6eb0",
        "url": "https://www.cms.gov/research-statistics-data-and-systems/monitoring-programs/cert/downloads/fy_2004shortreportpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r4|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "40182115b2da",
        "url": "https://www.cms.gov/research-statistics-data-and-systems/monitoring-programs/cert/downloads/fy_2004shortreportpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r59|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      },
      {
        "fingerprint": "5931c60999b5",
        "url": "https://www.cms.gov/research-statistics-data-and-systems/monitoring-programs/cert/downloads/fy_2004shortreportpdf",
        "ruleKey": "rule:https://alfa.siteimprove.com/rules/sia-r87|light",
        "engine": "alfa",
        "lastSeenAt": "2026-05-10T01:48:35.560Z"
      }
    ]
  }
}
